Show a series.

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

{
    "id": 12057,
    "url": "http://patches.dpdk.org/api/series/12057/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12057",
    "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": "net/enic: add SR-IOV VF representor",
    "date": "2020-09-09T13:56:51",
    "submitter": {
        "id": 948,
        "url": "http://patches.dpdk.org/api/people/948/?format=api",
        "name": "Hyong Youb Kim (hyonkim)",
        "email": "hyonkim@cisco.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12057/mbox/",
    "cover_letter": {
        "id": 77049,
        "url": "http://patches.dpdk.org/api/covers/77049/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200909135656.18892-1-hyonkim@cisco.com/",
        "msgid": "<20200909135656.18892-1-hyonkim@cisco.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-1-hyonkim@cisco.com",
        "date": "2020-09-09T13:56:51",
        "name": "[0/5] net/enic: add SR-IOV VF representor",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200909135656.18892-1-hyonkim@cisco.com/mbox/"
    },
    "patches": [
        {
            "id": 77050,
            "url": "http://patches.dpdk.org/api/patches/77050/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-2-hyonkim@cisco.com/",
            "msgid": "<20200909135656.18892-2-hyonkim@cisco.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-2-hyonkim@cisco.com",
            "date": "2020-09-09T13:56:52",
            "name": "[1/5] net/enic: extend vnic dev API for VF representors",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-2-hyonkim@cisco.com/mbox/"
        },
        {
            "id": 77051,
            "url": "http://patches.dpdk.org/api/patches/77051/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-3-hyonkim@cisco.com/",
            "msgid": "<20200909135656.18892-3-hyonkim@cisco.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-3-hyonkim@cisco.com",
            "date": "2020-09-09T13:56:53",
            "name": "[2/5] net/enic: add minimal VF representor",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-3-hyonkim@cisco.com/mbox/"
        },
        {
            "id": 77052,
            "url": "http://patches.dpdk.org/api/patches/77052/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-4-hyonkim@cisco.com/",
            "msgid": "<20200909135656.18892-4-hyonkim@cisco.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-4-hyonkim@cisco.com",
            "date": "2020-09-09T13:56:54",
            "name": "[3/5] net/enic: add single-queue Tx and Rx to VF representor",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-4-hyonkim@cisco.com/mbox/"
        },
        {
            "id": 77053,
            "url": "http://patches.dpdk.org/api/patches/77053/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-5-hyonkim@cisco.com/",
            "msgid": "<20200909135656.18892-5-hyonkim@cisco.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-5-hyonkim@cisco.com",
            "date": "2020-09-09T13:56:55",
            "name": "[4/5] net/enic: extend flow handler to support VF representors",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-5-hyonkim@cisco.com/mbox/"
        },
        {
            "id": 77054,
            "url": "http://patches.dpdk.org/api/patches/77054/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-6-hyonkim@cisco.com/",
            "msgid": "<20200909135656.18892-6-hyonkim@cisco.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200909135656.18892-6-hyonkim@cisco.com",
            "date": "2020-09-09T13:56:56",
            "name": "[5/5] net/enic: enable flow API for VF representor",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200909135656.18892-6-hyonkim@cisco.com/mbox/"
        }
    ]
}