Show a series.

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

{
    "id": 3504,
    "url": "https://patches.dpdk.org/api/series/3504/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3504",
    "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": "Some fixes for vhost zero copy",
    "date": "2019-02-22T02:42:05",
    "submitter": {
        "id": 617,
        "url": "https://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/3504/mbox/",
    "cover_letter": {
        "id": 50425,
        "url": "https://patches.dpdk.org/api/covers/50425/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20190222024209.30879-1-tiwei.bie@intel.com/",
        "msgid": "<20190222024209.30879-1-tiwei.bie@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190222024209.30879-1-tiwei.bie@intel.com",
        "date": "2019-02-22T02:42:05",
        "name": "[0/4] Some fixes for vhost zero copy",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20190222024209.30879-1-tiwei.bie@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 50426,
            "url": "https://patches.dpdk.org/api/patches/50426/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-2-tiwei.bie@intel.com/",
            "msgid": "<20190222024209.30879-2-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190222024209.30879-2-tiwei.bie@intel.com",
            "date": "2019-02-22T02:42:06",
            "name": "[1/4] vhost: restore mbuf first when freeing zmbuf",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-2-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 50427,
            "url": "https://patches.dpdk.org/api/patches/50427/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-3-tiwei.bie@intel.com/",
            "msgid": "<20190222024209.30879-3-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190222024209.30879-3-tiwei.bie@intel.com",
            "date": "2019-02-22T02:42:07",
            "name": "[2/4] vhost: fix potential use-after-free for zero copy mbuf",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-3-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 50428,
            "url": "https://patches.dpdk.org/api/patches/50428/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-4-tiwei.bie@intel.com/",
            "msgid": "<20190222024209.30879-4-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190222024209.30879-4-tiwei.bie@intel.com",
            "date": "2019-02-22T02:42:08",
            "name": "[3/4] vhost: fix potential use-after-free for memory region",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-4-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 50429,
            "url": "https://patches.dpdk.org/api/patches/50429/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-5-tiwei.bie@intel.com/",
            "msgid": "<20190222024209.30879-5-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190222024209.30879-5-tiwei.bie@intel.com",
            "date": "2019-02-22T02:42:09",
            "name": "[4/4] doc: improve vhost zero copy guide",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190222024209.30879-5-tiwei.bie@intel.com/mbox/"
        }
    ]
}