Show a series.

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

{
    "id": 3800,
    "url": "http://patches.dpdk.org/api/series/3800/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=3800",
    "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": "vhost: Support external backend only vhost-user requests",
    "date": "2019-03-19T10:54:15",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/3800/mbox/",
    "cover_letter": {
        "id": 51344,
        "url": "http://patches.dpdk.org/api/covers/51344/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190319105417.16890-1-maxime.coquelin@redhat.com/",
        "msgid": "<20190319105417.16890-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190319105417.16890-1-maxime.coquelin@redhat.com",
        "date": "2019-03-19T10:54:15",
        "name": "[v3,0/2] vhost: Support external backend only vhost-user requests",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190319105417.16890-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 51345,
            "url": "http://patches.dpdk.org/api/patches/51345/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190319105417.16890-2-maxime.coquelin@redhat.com/",
            "msgid": "<20190319105417.16890-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190319105417.16890-2-maxime.coquelin@redhat.com",
            "date": "2019-03-19T10:54:16",
            "name": "[v3,1/2] vhost: add API to set protocol features flags",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190319105417.16890-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 51346,
            "url": "http://patches.dpdk.org/api/patches/51346/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190319105417.16890-3-maxime.coquelin@redhat.com/",
            "msgid": "<20190319105417.16890-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190319105417.16890-3-maxime.coquelin@redhat.com",
            "date": "2019-03-19T10:54:17",
            "name": "[v3,2/2] vhost: support requests only handled by external backend",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190319105417.16890-3-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}