Show a series.

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

{
    "id": 8838,
    "url": "http://patches.dpdk.org/api/series/8838/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8838",
    "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": "implement common rte bit operation APIs in PMDs",
    "date": "2020-03-09T09:54:04",
    "submitter": {
        "id": 970,
        "url": "http://patches.dpdk.org/api/people/970/?format=api",
        "name": "Joyce Kong",
        "email": "joyce.kong@arm.com"
    },
    "version": 7,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/8838/mbox/",
    "cover_letter": {
        "id": 66406,
        "url": "http://patches.dpdk.org/api/covers/66406/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200309095410.28983-1-joyce.kong@arm.com/",
        "msgid": "<20200309095410.28983-1-joyce.kong@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-1-joyce.kong@arm.com",
        "date": "2020-03-09T09:54:04",
        "name": "[v7,0/6] implement common rte bit operation APIs in PMDs",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200309095410.28983-1-joyce.kong@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 66407,
            "url": "http://patches.dpdk.org/api/patches/66407/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-2-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-2-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-2-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:05",
            "name": "[v7,1/6] lib/eal: implement the family of PMD bit operation APIs",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-2-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 66408,
            "url": "http://patches.dpdk.org/api/patches/66408/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-3-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-3-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-3-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:06",
            "name": "[v7,2/6] test/pmdbitops: add PMD bit operation test case",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-3-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 66409,
            "url": "http://patches.dpdk.org/api/patches/66409/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-4-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-4-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-4-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:07",
            "name": "[v7,3/6] net/axgbe: use common rte bit operation APIs instead",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-4-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 66410,
            "url": "http://patches.dpdk.org/api/patches/66410/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-5-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-5-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-5-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:08",
            "name": "[v7,4/6] net/bnx2x: use common rte bit operation APIs instead",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-5-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 66411,
            "url": "http://patches.dpdk.org/api/patches/66411/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-6-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-6-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-6-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:09",
            "name": "[v7,5/6] net/qede: use common rte bit operation APIs instead",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-6-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 66412,
            "url": "http://patches.dpdk.org/api/patches/66412/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-7-joyce.kong@arm.com/",
            "msgid": "<20200309095410.28983-7-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200309095410.28983-7-joyce.kong@arm.com",
            "date": "2020-03-09T09:54:10",
            "name": "[v7,6/6] net/hinic: use common rte bit operation APIs instead",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200309095410.28983-7-joyce.kong@arm.com/mbox/"
        }
    ]
}