Show a series.

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

{
    "id": 213,
    "url": "https://patches.dpdk.org/api/series/213/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=213",
    "project": {
        "id": 1,
        "url": "https://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": "testpmd: simulating noisy host environment",
    "date": "2018-06-23T08:08:38",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 4,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/213/mbox/",
    "cover_letter": {
        "id": 41424,
        "url": "https://patches.dpdk.org/api/covers/41424/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20180623080840.315-1-maxime.coquelin@redhat.com/",
        "msgid": "<20180623080840.315-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20180623080840.315-1-maxime.coquelin@redhat.com",
        "date": "2018-06-23T08:08:38",
        "name": "[v4,0/2] testpmd: simulating noisy host environment",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20180623080840.315-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 41425,
            "url": "https://patches.dpdk.org/api/patches/41425/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180623080840.315-2-maxime.coquelin@redhat.com/",
            "msgid": "<20180623080840.315-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180623080840.315-2-maxime.coquelin@redhat.com",
            "date": "2018-06-23T08:08:39",
            "name": "[v4,1/2] testpmd: add forwarding mode to simulate a noisy neighbour",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180623080840.315-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 41426,
            "url": "https://patches.dpdk.org/api/patches/41426/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180623080840.315-3-maxime.coquelin@redhat.com/",
            "msgid": "<20180623080840.315-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180623080840.315-3-maxime.coquelin@redhat.com",
            "date": "2018-06-23T08:08:40",
            "name": "[v4,2/2] testpmd: update testpmd doc to include noisy forwarding mode",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180623080840.315-3-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}