Show a series.

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

{
    "id": 8382,
    "url": "http://patches.dpdk.org/api/series/8382/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8382",
    "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": "graph: introduce graph subsystem",
    "date": "2020-01-31T17:01:56",
    "submitter": {
        "id": 1188,
        "url": "http://patches.dpdk.org/api/people/1188/?format=api",
        "name": "Jerin Jacob Kollanukkaran",
        "email": "jerinj@marvell.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/8382/mbox/",
    "cover_letter": {
        "id": 65432,
        "url": "http://patches.dpdk.org/api/covers/65432/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200131170201.3236153-1-jerinj@marvell.com/",
        "msgid": "<20200131170201.3236153-1-jerinj@marvell.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-1-jerinj@marvell.com",
        "date": "2020-01-31T17:01:56",
        "name": "[RFC,0/5] graph: introduce graph subsystem",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200131170201.3236153-1-jerinj@marvell.com/mbox/"
    },
    "patches": [
        {
            "id": 65433,
            "url": "http://patches.dpdk.org/api/patches/65433/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-2-jerinj@marvell.com/",
            "msgid": "<20200131170201.3236153-2-jerinj@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-2-jerinj@marvell.com",
            "date": "2020-01-31T17:01:57",
            "name": "[RFC,1/5] graph: introduce graph subsystem",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-2-jerinj@marvell.com/mbox/"
        },
        {
            "id": 65434,
            "url": "http://patches.dpdk.org/api/patches/65434/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-3-jerinj@marvell.com/",
            "msgid": "<20200131170201.3236153-3-jerinj@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-3-jerinj@marvell.com",
            "date": "2020-01-31T17:01:58",
            "name": "[RFC,2/5] node: add packet processing nodes",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-3-jerinj@marvell.com/mbox/"
        },
        {
            "id": 65435,
            "url": "http://patches.dpdk.org/api/patches/65435/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-4-jerinj@marvell.com/",
            "msgid": "<20200131170201.3236153-4-jerinj@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-4-jerinj@marvell.com",
            "date": "2020-01-31T17:01:59",
            "name": "[RFC,3/5] test: add graph functional tests",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-4-jerinj@marvell.com/mbox/"
        },
        {
            "id": 65437,
            "url": "http://patches.dpdk.org/api/patches/65437/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-5-jerinj@marvell.com/",
            "msgid": "<20200131170201.3236153-5-jerinj@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-5-jerinj@marvell.com",
            "date": "2020-01-31T17:02:00",
            "name": "[RFC,4/5] test: add graph performance test cases.",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-5-jerinj@marvell.com/mbox/"
        },
        {
            "id": 65436,
            "url": "http://patches.dpdk.org/api/patches/65436/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-6-jerinj@marvell.com/",
            "msgid": "<20200131170201.3236153-6-jerinj@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200131170201.3236153-6-jerinj@marvell.com",
            "date": "2020-01-31T17:02:01",
            "name": "[RFC,5/5] example/l3fwd_graph: l3fwd using graph architecture",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200131170201.3236153-6-jerinj@marvell.com/mbox/"
        }
    ]
}