Show a series.

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

{
    "id": 12002,
    "url": "http://patches.dpdk.org/api/series/12002/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12002",
    "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": "updates for testpmd",
    "date": "2020-09-08T02:16:01",
    "submitter": {
        "id": 1537,
        "url": "http://patches.dpdk.org/api/people/1537/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "huwei013@chinasoftinc.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/12002/mbox/",
    "cover_letter": {
        "id": 76815,
        "url": "http://patches.dpdk.org/api/covers/76815/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200908021603.44862-1-huwei013@chinasoftinc.com/",
        "msgid": "<20200908021603.44862-1-huwei013@chinasoftinc.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200908021603.44862-1-huwei013@chinasoftinc.com",
        "date": "2020-09-08T02:16:01",
        "name": "[0/2] updates for testpmd",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200908021603.44862-1-huwei013@chinasoftinc.com/mbox/"
    },
    "patches": [
        {
            "id": 76816,
            "url": "http://patches.dpdk.org/api/patches/76816/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200908021603.44862-2-huwei013@chinasoftinc.com/",
            "msgid": "<20200908021603.44862-2-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200908021603.44862-2-huwei013@chinasoftinc.com",
            "date": "2020-09-08T02:16:02",
            "name": "[1/2] app/testpmd: update Rx RSS HASH offload when setting MQ RSS",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200908021603.44862-2-huwei013@chinasoftinc.com/mbox/"
        },
        {
            "id": 76817,
            "url": "http://patches.dpdk.org/api/patches/76817/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200908021603.44862-3-huwei013@chinasoftinc.com/",
            "msgid": "<20200908021603.44862-3-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200908021603.44862-3-huwei013@chinasoftinc.com",
            "date": "2020-09-08T02:16:03",
            "name": "[2/2] app/testpmd: retain original FDIR mode when configuring DCB",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200908021603.44862-3-huwei013@chinasoftinc.com/mbox/"
        }
    ]
}