Show a series.

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

{
    "id": 50,
    "url": "https://patches.dpdk.org/api/series/50/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=50",
    "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": "vhost: generalize buffer vectors",
    "date": "2018-06-08T10:39:06",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/50/mbox/",
    "cover_letter": {
        "id": 40818,
        "url": "https://patches.dpdk.org/api/covers/40818/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20180608103913.11517-1-maxime.coquelin@redhat.com/",
        "msgid": "<20180608103913.11517-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-1-maxime.coquelin@redhat.com",
        "date": "2018-06-08T10:39:06",
        "name": "[dpdk-dev,0/7] vhost: generalize buffer vectors",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20180608103913.11517-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 40819,
            "url": "https://patches.dpdk.org/api/patches/40819/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-2-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-2-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:07",
            "name": "[dpdk-dev,1/7] vhost: use shadow used ring in dequeue path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40820,
            "url": "https://patches.dpdk.org/api/patches/40820/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-3-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-3-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:08",
            "name": "[dpdk-dev,2/7] vhost: make gpa to hpa failure an error",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40821,
            "url": "https://patches.dpdk.org/api/patches/40821/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-4-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-4-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:09",
            "name": "[dpdk-dev,3/7] vhost: use buffer vectors in dequeue path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40822,
            "url": "https://patches.dpdk.org/api/patches/40822/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-5-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-5-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:10",
            "name": "[dpdk-dev,4/7] vhost: translate iovas at vectors fill time",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-5-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40823,
            "url": "https://patches.dpdk.org/api/patches/40823/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-6-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-6-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-6-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:11",
            "name": "[dpdk-dev,5/7] vhost: improve prefetching in dequeue path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-6-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40824,
            "url": "https://patches.dpdk.org/api/patches/40824/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-7-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-7-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-7-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:12",
            "name": "[dpdk-dev,6/7] vhost: prefetch first descriptor in dequeue path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-7-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40825,
            "url": "https://patches.dpdk.org/api/patches/40825/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-8-maxime.coquelin@redhat.com/",
            "msgid": "<20180608103913.11517-8-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180608103913.11517-8-maxime.coquelin@redhat.com",
            "date": "2018-06-08T10:39:13",
            "name": "[dpdk-dev,7/7] vhost: improve prefetching in enqueue path",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20180608103913.11517-8-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}