Show a series.

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

{
    "id": 149,
    "url": "http://patchwork.dpdk.org/api/series/149/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=149",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "Support UDP/IPv4 GSO",
    "date": "2018-06-17T03:13:11",
    "submitter": {
        "id": 539,
        "url": "http://patchwork.dpdk.org/api/people/539/?format=api",
        "name": "Hu, Jiayu",
        "email": "jiayu.hu@intel.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/149/mbox/",
    "cover_letter": {
        "id": 41219,
        "url": "http://patchwork.dpdk.org/api/covers/41219/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/1529205194-87434-1-git-send-email-jiayu.hu@intel.com/",
        "msgid": "<1529205194-87434-1-git-send-email-jiayu.hu@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1529205194-87434-1-git-send-email-jiayu.hu@intel.com",
        "date": "2018-06-17T03:13:11",
        "name": "[v2,0/3] Support UDP/IPv4 GSO",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/1529205194-87434-1-git-send-email-jiayu.hu@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 41220,
            "url": "http://patchwork.dpdk.org/api/patches/41220/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-2-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529205194-87434-2-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529205194-87434-2-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-17T03:13:12",
            "name": "[v2,1/3] gso: support UDP/IPv4 fragmentation",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-2-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 41221,
            "url": "http://patchwork.dpdk.org/api/patches/41221/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-3-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529205194-87434-3-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529205194-87434-3-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-17T03:13:13",
            "name": "[v2,2/3] app/testpmd: enable UDP GSO in csum engine",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-3-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 41222,
            "url": "http://patchwork.dpdk.org/api/patches/41222/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-4-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529205194-87434-4-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529205194-87434-4-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-17T03:13:14",
            "name": "[v2,3/3] gso: update documents for UDP/IPv4 GSO",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529205194-87434-4-git-send-email-jiayu.hu@intel.com/mbox/"
        }
    ]
}