Show a series.

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

{
    "id": 62,
    "url": "http://patches.dpdk.org/api/1.0/series/62/?format=api",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/1.0/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"
    },
    "name": "Add read-write concurrency to rte_hash library",
    "date": "2018-06-08T10:51:15",
    "submitter": {
        "id": 754,
        "url": "http://patches.dpdk.org/api/1.0/people/754/?format=api",
        "name": "Wang, Yipeng1",
        "email": "yipeng1.wang@intel.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/62/mbox/",
    "cover_letter": {
        "id": 40921,
        "url": "http://patches.dpdk.org/api/1.0/covers/40921/?format=api",
        "msgid": "<1528455078-328182-1-git-send-email-yipeng1.wang@intel.com>",
        "date": "2018-06-08T10:51:15",
        "name": "[dpdk-dev,v1,0/3] Add read-write concurrency to rte_hash library"
    },
    "patches": [
        {
            "id": 40922,
            "url": "http://patches.dpdk.org/api/1.0/patches/40922/?format=api",
            "msgid": "<1528455078-328182-2-git-send-email-yipeng1.wang@intel.com>",
            "date": "2018-06-08T10:51:16",
            "name": "[dpdk-dev,v1,1/3] hash: add read and write concurrency support",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528455078-328182-2-git-send-email-yipeng1.wang@intel.com/mbox/"
        },
        {
            "id": 40923,
            "url": "http://patches.dpdk.org/api/1.0/patches/40923/?format=api",
            "msgid": "<1528455078-328182-3-git-send-email-yipeng1.wang@intel.com>",
            "date": "2018-06-08T10:51:17",
            "name": "[dpdk-dev,v1,2/3] test: add test case for read write concurrency",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528455078-328182-3-git-send-email-yipeng1.wang@intel.com/mbox/"
        },
        {
            "id": 40924,
            "url": "http://patches.dpdk.org/api/1.0/patches/40924/?format=api",
            "msgid": "<1528455078-328182-4-git-send-email-yipeng1.wang@intel.com>",
            "date": "2018-06-08T10:51:18",
            "name": "[dpdk-dev,v1,3/3] hash: add new API function to query the key count",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1528455078-328182-4-git-send-email-yipeng1.wang@intel.com/mbox/"
        }
    ]
}