Show a series.

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

{
    "id": 15646,
    "url": "http://patches.dpdk.org/api/series/15646/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=15646",
    "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": "periodic mode for event timer adapter",
    "date": "2021-03-14T16:45:55",
    "submitter": {
        "id": 2049,
        "url": "http://patches.dpdk.org/api/people/2049/?format=api",
        "name": "Shijith Thotton",
        "email": "sthotton@marvell.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/15646/mbox/",
    "cover_letter": {
        "id": 89086,
        "url": "http://patches.dpdk.org/api/covers/89086/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1615738894.git.sthotton@marvell.com/",
        "msgid": "<cover.1615738894.git.sthotton@marvell.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/cover.1615738894.git.sthotton@marvell.com",
        "date": "2021-03-14T16:45:55",
        "name": "[v2,0/3] periodic mode for event timer adapter",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1615738894.git.sthotton@marvell.com/mbox/"
    },
    "patches": [
        {
            "id": 89087,
            "url": "http://patches.dpdk.org/api/patches/89087/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/3d202f9526dcb90ffbcd55fc4b5888989321b797.1615738894.git.sthotton@marvell.com/",
            "msgid": "<3d202f9526dcb90ffbcd55fc4b5888989321b797.1615738894.git.sthotton@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/3d202f9526dcb90ffbcd55fc4b5888989321b797.1615738894.git.sthotton@marvell.com",
            "date": "2021-03-14T16:45:56",
            "name": "[v2,1/3] eventdev: introduce adapter flags for periodic mode",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/3d202f9526dcb90ffbcd55fc4b5888989321b797.1615738894.git.sthotton@marvell.com/mbox/"
        },
        {
            "id": 89088,
            "url": "http://patches.dpdk.org/api/patches/89088/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/c006e106bad755e1a87bb411d9e2127a59b3f968.1615738894.git.sthotton@marvell.com/",
            "msgid": "<c006e106bad755e1a87bb411d9e2127a59b3f968.1615738894.git.sthotton@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/c006e106bad755e1a87bb411d9e2127a59b3f968.1615738894.git.sthotton@marvell.com",
            "date": "2021-03-14T16:45:57",
            "name": "[v2,2/3] test/event: add unit tests for periodic timer",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/c006e106bad755e1a87bb411d9e2127a59b3f968.1615738894.git.sthotton@marvell.com/mbox/"
        },
        {
            "id": 89089,
            "url": "http://patches.dpdk.org/api/patches/89089/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/a9875e17963ae382665a9197be85222b329849bf.1615738894.git.sthotton@marvell.com/",
            "msgid": "<a9875e17963ae382665a9197be85222b329849bf.1615738894.git.sthotton@marvell.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/a9875e17963ae382665a9197be85222b329849bf.1615738894.git.sthotton@marvell.com",
            "date": "2021-03-14T16:45:58",
            "name": "[v2,3/3] event/octeontx2: add timer periodic mode support",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/a9875e17963ae382665a9197be85222b329849bf.1615738894.git.sthotton@marvell.com/mbox/"
        }
    ]
}