Show a series.

GET /api/series/10766/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 10766,
    "url": "http://patchwork.dpdk.org/api/series/10766/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=10766",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "improve runtime loading of shared drivers",
    "date": "2020-07-03T10:23:28",
    "submitter": {
        "id": 20,
        "url": "http://patchwork.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/10766/mbox/",
    "cover_letter": {
        "id": 72971,
        "url": "http://patchwork.dpdk.org/api/covers/72971/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20200703102332.1101232-1-bruce.richardson@intel.com/",
        "msgid": "<20200703102332.1101232-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200703102332.1101232-1-bruce.richardson@intel.com",
        "date": "2020-07-03T10:23:28",
        "name": "[v3,0/4] improve runtime loading of shared drivers",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20200703102332.1101232-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 72972,
            "url": "http://patchwork.dpdk.org/api/patches/72972/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-2-bruce.richardson@intel.com/",
            "msgid": "<20200703102332.1101232-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200703102332.1101232-2-bruce.richardson@intel.com",
            "date": "2020-07-03T10:23:29",
            "name": "[v3,1/4] eal: remove unnecessary null-termination in plugin path",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 72973,
            "url": "http://patchwork.dpdk.org/api/patches/72973/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-3-bruce.richardson@intel.com/",
            "msgid": "<20200703102332.1101232-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200703102332.1101232-3-bruce.richardson@intel.com",
            "date": "2020-07-03T10:23:30",
            "name": "[v3,2/4] eal: load only shared libs from driver plugin directories",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 72974,
            "url": "http://patchwork.dpdk.org/api/patches/72974/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-4-bruce.richardson@intel.com/",
            "msgid": "<20200703102332.1101232-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200703102332.1101232-4-bruce.richardson@intel.com",
            "date": "2020-07-03T10:23:31",
            "name": "[v3,3/4] eal: forbid loading drivers from insecure paths",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 72975,
            "url": "http://patchwork.dpdk.org/api/patches/72975/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-5-bruce.richardson@intel.com/",
            "msgid": "<20200703102332.1101232-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200703102332.1101232-5-bruce.richardson@intel.com",
            "date": "2020-07-03T10:23:32",
            "name": "[v3,4/4] eal: cache last directory permissions checked",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20200703102332.1101232-5-bruce.richardson@intel.com/mbox/"
        }
    ]
}