Show a series.

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

{
    "id": 11499,
    "url": "http://patches.dpdk.org/api/series/11499/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11499",
    "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": "wrong pointer passed and add check",
    "date": "2020-08-05T06:14:17",
    "submitter": {
        "id": 1771,
        "url": "http://patches.dpdk.org/api/people/1771/?format=api",
        "name": "Feifei Wang",
        "email": "feifei.wang2@arm.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/11499/mbox/",
    "cover_letter": {
        "id": 75200,
        "url": "http://patches.dpdk.org/api/covers/75200/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200805061421.13037-1-feifei.wang2@arm.com/",
        "msgid": "<20200805061421.13037-1-feifei.wang2@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200805061421.13037-1-feifei.wang2@arm.com",
        "date": "2020-08-05T06:14:17",
        "name": "[v2,0/4] wrong pointer passed and add check",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200805061421.13037-1-feifei.wang2@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 75201,
            "url": "http://patches.dpdk.org/api/patches/75201/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-2-feifei.wang2@arm.com/",
            "msgid": "<20200805061421.13037-2-feifei.wang2@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200805061421.13037-2-feifei.wang2@arm.com",
            "date": "2020-08-05T06:14:18",
            "name": "[v2,1/4] test/ring: fix wrong parameter passed to the enqueue APIs",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-2-feifei.wang2@arm.com/mbox/"
        },
        {
            "id": 75202,
            "url": "http://patches.dpdk.org/api/patches/75202/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-3-feifei.wang2@arm.com/",
            "msgid": "<20200805061421.13037-3-feifei.wang2@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200805061421.13037-3-feifei.wang2@arm.com",
            "date": "2020-08-05T06:14:19",
            "name": "[v2,2/4] test/ring: fix wrong size used in memcmp",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-3-feifei.wang2@arm.com/mbox/"
        },
        {
            "id": 75203,
            "url": "http://patches.dpdk.org/api/patches/75203/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-4-feifei.wang2@arm.com/",
            "msgid": "<20200805061421.13037-4-feifei.wang2@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200805061421.13037-4-feifei.wang2@arm.com",
            "date": "2020-08-05T06:14:20",
            "name": "[v2,3/4] test/ring: fix the wrong number of enq/deq elements",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-4-feifei.wang2@arm.com/mbox/"
        },
        {
            "id": 75204,
            "url": "http://patches.dpdk.org/api/patches/75204/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-5-feifei.wang2@arm.com/",
            "msgid": "<20200805061421.13037-5-feifei.wang2@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200805061421.13037-5-feifei.wang2@arm.com",
            "date": "2020-08-05T06:14:21",
            "name": "[v2,4/4] test/ring: add check to validate the dequeued objects",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200805061421.13037-5-feifei.wang2@arm.com/mbox/"
        }
    ]
}