Show a series.

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

{
    "id": 22419,
    "url": "http://patchwork.dpdk.org/api/series/22419/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=22419",
    "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": "Testpmd RPC API",
    "date": "2022-04-07T21:47:04",
    "submitter": {
        "id": 1829,
        "url": "http://patchwork.dpdk.org/api/people/1829/?format=api",
        "name": "Owen Hilyard",
        "email": "ohilyard@iol.unh.edu"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/22419/mbox/",
    "cover_letter": {
        "id": 109438,
        "url": "http://patchwork.dpdk.org/api/covers/109438/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20220407214707.29730-1-ohilyard@iol.unh.edu/",
        "msgid": "<20220407214707.29730-1-ohilyard@iol.unh.edu>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220407214707.29730-1-ohilyard@iol.unh.edu",
        "date": "2022-04-07T21:47:04",
        "name": "[v1,0/4,RFC] Testpmd RPC API",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20220407214707.29730-1-ohilyard@iol.unh.edu/mbox/"
    },
    "patches": [
        {
            "id": 109440,
            "url": "http://patchwork.dpdk.org/api/patches/109440/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-2-ohilyard@iol.unh.edu/",
            "msgid": "<20220407214707.29730-2-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220407214707.29730-2-ohilyard@iol.unh.edu",
            "date": "2022-04-07T21:47:05",
            "name": "[v1,1/4] app/test-pmd-api: Add C++ Compiler",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-2-ohilyard@iol.unh.edu/mbox/"
        },
        {
            "id": 109441,
            "url": "http://patchwork.dpdk.org/api/patches/109441/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-3-ohilyard@iol.unh.edu/",
            "msgid": "<20220407214707.29730-3-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220407214707.29730-3-ohilyard@iol.unh.edu",
            "date": "2022-04-07T21:47:06",
            "name": "[v1,2/4] app/test-pmd-api: Add POC with gRPC deps",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-3-ohilyard@iol.unh.edu/mbox/"
        },
        {
            "id": 109442,
            "url": "http://patchwork.dpdk.org/api/patches/109442/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-4-ohilyard@iol.unh.edu/",
            "msgid": "<20220407214707.29730-4-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220407214707.29730-4-ohilyard@iol.unh.edu",
            "date": "2022-04-07T21:47:07",
            "name": "[v1,3/4] app/test-pmd-api: Add protobuf file",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-4-ohilyard@iol.unh.edu/mbox/"
        },
        {
            "id": 109439,
            "url": "http://patchwork.dpdk.org/api/patches/109439/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-5-ohilyard@iol.unh.edu/",
            "msgid": "<20220407214707.29730-5-ohilyard@iol.unh.edu>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220407214707.29730-5-ohilyard@iol.unh.edu",
            "date": "2022-04-07T21:47:08",
            "name": "[v1,4/4] app/test-pmd-api: Implementation files for the API",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220407214707.29730-5-ohilyard@iol.unh.edu/mbox/"
        }
    ]
}