Show a series.

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

{
    "id": 444,
    "url": "http://patches.dpdk.org/api/series/444/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=444",
    "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": "Support UDP/IPv4 GSO",
    "date": "2018-07-06T01:02:21",
    "submitter": {
        "id": 539,
        "url": "http://patches.dpdk.org/api/people/539/?format=api",
        "name": "Hu, Jiayu",
        "email": "jiayu.hu@intel.com"
    },
    "version": 4,
    "total": 3,
    "received_total": 2,
    "received_all": false,
    "mbox": "http://patches.dpdk.org/series/444/mbox/",
    "cover_letter": {
        "id": 42445,
        "url": "http://patches.dpdk.org/api/covers/42445/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1530838944-51791-1-git-send-email-jiayu.hu@intel.com/",
        "msgid": "<1530838944-51791-1-git-send-email-jiayu.hu@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1530838944-51791-1-git-send-email-jiayu.hu@intel.com",
        "date": "2018-07-06T01:02:21",
        "name": "[v4,0/3] Support UDP/IPv4 GSO",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1530838944-51791-1-git-send-email-jiayu.hu@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 42446,
            "url": "http://patches.dpdk.org/api/patches/42446/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1530838944-51791-3-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1530838944-51791-3-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1530838944-51791-3-git-send-email-jiayu.hu@intel.com",
            "date": "2018-07-06T01:02:23",
            "name": "[v4,2/3] app/testpmd: enable UDP GSO in csum engine",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1530838944-51791-3-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 42447,
            "url": "http://patches.dpdk.org/api/patches/42447/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1530838944-51791-4-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1530838944-51791-4-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1530838944-51791-4-git-send-email-jiayu.hu@intel.com",
            "date": "2018-07-06T01:02:24",
            "name": "[v4,3/3] gso: update documents for UDP/IPv4 GSO",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1530838944-51791-4-git-send-email-jiayu.hu@intel.com/mbox/"
        }
    ]
}