Show a series.

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

{
    "id": 200,
    "url": "http://patchwork.dpdk.org/api/series/200/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=200",
    "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-22T05:54:00",
    "submitter": {
        "id": 539,
        "url": "http://patchwork.dpdk.org/api/people/539/?format=api",
        "name": "Hu, Jiayu",
        "email": "jiayu.hu@intel.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/200/mbox/",
    "cover_letter": {
        "id": 41377,
        "url": "http://patchwork.dpdk.org/api/covers/41377/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/1529646843-45903-1-git-send-email-jiayu.hu@intel.com/",
        "msgid": "<1529646843-45903-1-git-send-email-jiayu.hu@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1529646843-45903-1-git-send-email-jiayu.hu@intel.com",
        "date": "2018-06-22T05:54:00",
        "name": "[v3,0/3] Support UDP/IPv4 GSO",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/1529646843-45903-1-git-send-email-jiayu.hu@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 41378,
            "url": "http://patchwork.dpdk.org/api/patches/41378/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-2-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529646843-45903-2-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529646843-45903-2-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-22T05:54:01",
            "name": "[v3,1/3] gso: support UDP/IPv4 fragmentation",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-2-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 41379,
            "url": "http://patchwork.dpdk.org/api/patches/41379/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-3-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529646843-45903-3-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529646843-45903-3-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-22T05:54:02",
            "name": "[v3,2/3] app/testpmd: enable UDP GSO in csum engine",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-3-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 41380,
            "url": "http://patchwork.dpdk.org/api/patches/41380/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-4-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1529646843-45903-4-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1529646843-45903-4-git-send-email-jiayu.hu@intel.com",
            "date": "2018-06-22T05:54:03",
            "name": "[v3,3/3] gso: update documents for UDP/IPv4 GSO",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1529646843-45903-4-git-send-email-jiayu.hu@intel.com/mbox/"
        }
    ]
}