Show a series.

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

{
    "id": 9891,
    "url": "https://patches.dpdk.org/api/series/9891/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=9891",
    "project": {
        "id": 1,
        "url": "https://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": "[1/5] app/testpmd: print clock with CPU cycles per pkt",
    "date": "2020-05-06T21:58:43",
    "submitter": {
        "id": 1108,
        "url": "https://patches.dpdk.org/api/people/1108/?format=api",
        "name": "Dharmik Thakkar",
        "email": "dharmik.thakkar@arm.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/9891/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 69885,
            "url": "https://patches.dpdk.org/api/patches/69885/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-1-dharmik.thakkar@arm.com/",
            "msgid": "<20200506215847.7628-1-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200506215847.7628-1-dharmik.thakkar@arm.com",
            "date": "2020-05-06T21:58:43",
            "name": "[1/5] app/testpmd: print clock with CPU cycles per pkt",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-1-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 69886,
            "url": "https://patches.dpdk.org/api/patches/69886/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-2-dharmik.thakkar@arm.com/",
            "msgid": "<20200506215847.7628-2-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200506215847.7628-2-dharmik.thakkar@arm.com",
            "date": "2020-05-06T21:58:44",
            "name": "[2/5] app/testpmd: print fractional part in CPU cycles",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-2-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 69889,
            "url": "https://patches.dpdk.org/api/patches/69889/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-3-dharmik.thakkar@arm.com/",
            "msgid": "<20200506215847.7628-3-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200506215847.7628-3-dharmik.thakkar@arm.com",
            "date": "2020-05-06T21:58:45",
            "name": "[3/5] doc: add cycles per packet in testpmd user guide",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-3-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 69888,
            "url": "https://patches.dpdk.org/api/patches/69888/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-4-dharmik.thakkar@arm.com/",
            "msgid": "<20200506215847.7628-4-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200506215847.7628-4-dharmik.thakkar@arm.com",
            "date": "2020-05-06T21:58:46",
            "name": "[4/5] doc: include config options in testpmd user guide",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-4-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 69887,
            "url": "https://patches.dpdk.org/api/patches/69887/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-5-dharmik.thakkar@arm.com/",
            "msgid": "<20200506215847.7628-5-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200506215847.7628-5-dharmik.thakkar@arm.com",
            "date": "2020-05-06T21:58:47",
            "name": "[5/5] doc: add aarch64 generic counter section",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200506215847.7628-5-dharmik.thakkar@arm.com/mbox/"
        }
    ]
}