Show a series.

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

{
    "id": 9056,
    "url": "https://patches.dpdk.org/api/series/9056/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=9056",
    "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": "fixes for hns3 PMD driver",
    "date": "2020-03-26T07:14:29",
    "submitter": {
        "id": 1537,
        "url": "https://patches.dpdk.org/api/people/1537/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "huwei013@chinasoftinc.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/9056/mbox/",
    "cover_letter": {
        "id": 67181,
        "url": "https://patches.dpdk.org/api/covers/67181/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20200326071433.65694-1-huwei013@chinasoftinc.com/",
        "msgid": "<20200326071433.65694-1-huwei013@chinasoftinc.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200326071433.65694-1-huwei013@chinasoftinc.com",
        "date": "2020-03-26T07:14:29",
        "name": "[0/4] fixes for hns3 PMD driver",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20200326071433.65694-1-huwei013@chinasoftinc.com/mbox/"
    },
    "patches": [
        {
            "id": 67182,
            "url": "https://patches.dpdk.org/api/patches/67182/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-2-huwei013@chinasoftinc.com/",
            "msgid": "<20200326071433.65694-2-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200326071433.65694-2-huwei013@chinasoftinc.com",
            "date": "2020-03-26T07:14:30",
            "name": "[1/4] net/hns3: fix RSS indirection table configuration",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-2-huwei013@chinasoftinc.com/mbox/"
        },
        {
            "id": 67183,
            "url": "https://patches.dpdk.org/api/patches/67183/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-3-huwei013@chinasoftinc.com/",
            "msgid": "<20200326071433.65694-3-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200326071433.65694-3-huwei013@chinasoftinc.com",
            "date": "2020-03-26T07:14:31",
            "name": "[2/4] net/hns3: fix configuring RSS hash when rules are flushed",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-3-huwei013@chinasoftinc.com/mbox/"
        },
        {
            "id": 67184,
            "url": "https://patches.dpdk.org/api/patches/67184/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-4-huwei013@chinasoftinc.com/",
            "msgid": "<20200326071433.65694-4-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200326071433.65694-4-huwei013@chinasoftinc.com",
            "date": "2020-03-26T07:14:32",
            "name": "[3/4] net/hns3: fix mailbox opcode data type",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-4-huwei013@chinasoftinc.com/mbox/"
        },
        {
            "id": 67185,
            "url": "https://patches.dpdk.org/api/patches/67185/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-5-huwei013@chinasoftinc.com/",
            "msgid": "<20200326071433.65694-5-huwei013@chinasoftinc.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200326071433.65694-5-huwei013@chinasoftinc.com",
            "date": "2020-03-26T07:14:33",
            "name": "[4/4] net/hns3: fix the return value of setting VLAN offload",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200326071433.65694-5-huwei013@chinasoftinc.com/mbox/"
        }
    ]
}