Show a series.

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

{
    "id": 18714,
    "url": "https://patches.dpdk.org/api/series/18714/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=18714",
    "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": "optimized Toeplitz hash implementation",
    "date": "2021-09-06T16:03:54",
    "submitter": {
        "id": 1216,
        "url": "https://patches.dpdk.org/api/people/1216/?format=api",
        "name": "Vladimir Medvedkin",
        "email": "vladimir.medvedkin@intel.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/18714/mbox/",
    "cover_letter": {
        "id": 98093,
        "url": "https://patches.dpdk.org/api/covers/98093/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1630944239-363648-1-git-send-email-vladimir.medvedkin@intel.com/",
        "msgid": "<1630944239-363648-1-git-send-email-vladimir.medvedkin@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-1-git-send-email-vladimir.medvedkin@intel.com",
        "date": "2021-09-06T16:03:54",
        "name": "[0/5] optimized Toeplitz hash implementation",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1630944239-363648-1-git-send-email-vladimir.medvedkin@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 98094,
            "url": "https://patches.dpdk.org/api/patches/98094/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-2-git-send-email-vladimir.medvedkin@intel.com/",
            "msgid": "<1630944239-363648-2-git-send-email-vladimir.medvedkin@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-2-git-send-email-vladimir.medvedkin@intel.com",
            "date": "2021-09-06T16:03:55",
            "name": "[1/5] hash: add new toeplitz hash implementation",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-2-git-send-email-vladimir.medvedkin@intel.com/mbox/"
        },
        {
            "id": 98095,
            "url": "https://patches.dpdk.org/api/patches/98095/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-3-git-send-email-vladimir.medvedkin@intel.com/",
            "msgid": "<1630944239-363648-3-git-send-email-vladimir.medvedkin@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-3-git-send-email-vladimir.medvedkin@intel.com",
            "date": "2021-09-06T16:03:56",
            "name": "[2/5] hash: enable gfni thash implementation",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-3-git-send-email-vladimir.medvedkin@intel.com/mbox/"
        },
        {
            "id": 98096,
            "url": "https://patches.dpdk.org/api/patches/98096/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-4-git-send-email-vladimir.medvedkin@intel.com/",
            "msgid": "<1630944239-363648-4-git-send-email-vladimir.medvedkin@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-4-git-send-email-vladimir.medvedkin@intel.com",
            "date": "2021-09-06T16:03:57",
            "name": "[3/5] doc/hash: update documentation for the thash library",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-4-git-send-email-vladimir.medvedkin@intel.com/mbox/"
        },
        {
            "id": 98097,
            "url": "https://patches.dpdk.org/api/patches/98097/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-5-git-send-email-vladimir.medvedkin@intel.com/",
            "msgid": "<1630944239-363648-5-git-send-email-vladimir.medvedkin@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-5-git-send-email-vladimir.medvedkin@intel.com",
            "date": "2021-09-06T16:03:58",
            "name": "[4/5] test/thash: add tests for a new Toeplitz hash function",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-5-git-send-email-vladimir.medvedkin@intel.com/mbox/"
        },
        {
            "id": 98098,
            "url": "https://patches.dpdk.org/api/patches/98098/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-6-git-send-email-vladimir.medvedkin@intel.com/",
            "msgid": "<1630944239-363648-6-git-send-email-vladimir.medvedkin@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1630944239-363648-6-git-send-email-vladimir.medvedkin@intel.com",
            "date": "2021-09-06T16:03:59",
            "name": "[5/5] test/thash: add performance tests for the Toeplitz hash",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1630944239-363648-6-git-send-email-vladimir.medvedkin@intel.com/mbox/"
        }
    ]
}