Show a series.

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

{
    "id": 4162,
    "url": "http://patches.dpdk.org/api/series/4162/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4162",
    "project": {
        "id": 1,
        "url": "http://patches.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": "some small fixes",
    "date": "2019-04-08T09:46:35",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 3,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4162/mbox/",
    "cover_letter": {
        "id": 52387,
        "url": "http://patches.dpdk.org/api/covers/52387/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190408094640.46030-1-bruce.richardson@intel.com/",
        "msgid": "<20190408094640.46030-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-1-bruce.richardson@intel.com",
        "date": "2019-04-08T09:46:35",
        "name": "[v3,0/5] some small fixes",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190408094640.46030-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 52388,
            "url": "http://patches.dpdk.org/api/patches/52388/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-2-bruce.richardson@intel.com/",
            "msgid": "<20190408094640.46030-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-2-bruce.richardson@intel.com",
            "date": "2019-04-08T09:46:36",
            "name": "[v3,1/5] examples/vhost_scsi: fix header check for meson build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52389,
            "url": "http://patches.dpdk.org/api/patches/52389/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-3-bruce.richardson@intel.com/",
            "msgid": "<20190408094640.46030-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-3-bruce.richardson@intel.com",
            "date": "2019-04-08T09:46:37",
            "name": "[v3,2/5] examples/vhost_scsi: fix missing NULL-check for parameter",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52390,
            "url": "http://patches.dpdk.org/api/patches/52390/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-4-bruce.richardson@intel.com/",
            "msgid": "<20190408094640.46030-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-4-bruce.richardson@intel.com",
            "date": "2019-04-08T09:46:38",
            "name": "[v3,3/5] net/i40e: fix dereference before NULL check in mbuf release",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52391,
            "url": "http://patches.dpdk.org/api/patches/52391/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-5-bruce.richardson@intel.com/",
            "msgid": "<20190408094640.46030-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-5-bruce.richardson@intel.com",
            "date": "2019-04-08T09:46:39",
            "name": "[v3,4/5] app/testpmd: fix variable use before NULL check",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52392,
            "url": "http://patches.dpdk.org/api/patches/52392/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-6-bruce.richardson@intel.com/",
            "msgid": "<20190408094640.46030-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190408094640.46030-6-bruce.richardson@intel.com",
            "date": "2019-04-08T09:46:40",
            "name": "[v3,5/5] net/i40e: fix dereference before check when getting EEPROM",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190408094640.46030-6-bruce.richardson@intel.com/mbox/"
        }
    ]
}