Show a series.

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

{
    "id": 4142,
    "url": "http://patches.dpdk.org/api/series/4142/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4142",
    "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-05T14:37:04",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4142/mbox/",
    "cover_letter": {
        "id": 52350,
        "url": "http://patches.dpdk.org/api/covers/52350/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190405143709.50352-1-bruce.richardson@intel.com/",
        "msgid": "<20190405143709.50352-1-bruce.richardson@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-1-bruce.richardson@intel.com",
        "date": "2019-04-05T14:37:04",
        "name": "[v2,0/5] some small fixes",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190405143709.50352-1-bruce.richardson@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 52351,
            "url": "http://patches.dpdk.org/api/patches/52351/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-2-bruce.richardson@intel.com/",
            "msgid": "<20190405143709.50352-2-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-2-bruce.richardson@intel.com",
            "date": "2019-04-05T14:37:05",
            "name": "[v2,1/5] examples/vhost_scsi: fix header check for meson build",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-2-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52352,
            "url": "http://patches.dpdk.org/api/patches/52352/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-3-bruce.richardson@intel.com/",
            "msgid": "<20190405143709.50352-3-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-3-bruce.richardson@intel.com",
            "date": "2019-04-05T14:37:06",
            "name": "[v2,2/5] examples/vhost_scsi: fix missing NULL-check for parameter",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-3-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52353,
            "url": "http://patches.dpdk.org/api/patches/52353/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-4-bruce.richardson@intel.com/",
            "msgid": "<20190405143709.50352-4-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-4-bruce.richardson@intel.com",
            "date": "2019-04-05T14:37:07",
            "name": "[v2,3/5] net/i40e: fix dereference before NULL check in mbuf release",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-4-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52354,
            "url": "http://patches.dpdk.org/api/patches/52354/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-5-bruce.richardson@intel.com/",
            "msgid": "<20190405143709.50352-5-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-5-bruce.richardson@intel.com",
            "date": "2019-04-05T14:37:08",
            "name": "[v2,4/5] app/testpmd: fix variable use before NULL check",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-5-bruce.richardson@intel.com/mbox/"
        },
        {
            "id": 52355,
            "url": "http://patches.dpdk.org/api/patches/52355/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-6-bruce.richardson@intel.com/",
            "msgid": "<20190405143709.50352-6-bruce.richardson@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190405143709.50352-6-bruce.richardson@intel.com",
            "date": "2019-04-05T14:37:09",
            "name": "[v2,5/5] net/i40e: fix dereference before check when getting EEPROM",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190405143709.50352-6-bruce.richardson@intel.com/mbox/"
        }
    ]
}