Show a series.

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

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