Show a series.

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

{
    "id": 159,
    "url": "http://patches.dpdk.org/api/series/159/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=159",
    "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": "[v4,1/3] ethdev: move log macro to header",
    "date": "2018-06-19T01:04:55",
    "submitter": {
        "id": 324,
        "url": "http://patches.dpdk.org/api/people/324/?format=api",
        "name": "Ferruh Yigit",
        "email": "ferruh.yigit@intel.com"
    },
    "version": 4,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/159/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 41243,
            "url": "http://patches.dpdk.org/api/patches/41243/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-1-ferruh.yigit@intel.com/",
            "msgid": "<20180619010457.61490-1-ferruh.yigit@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180619010457.61490-1-ferruh.yigit@intel.com",
            "date": "2018-06-19T01:04:55",
            "name": "[v4,1/3] ethdev: move log macro to header",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-1-ferruh.yigit@intel.com/mbox/"
        },
        {
            "id": 41244,
            "url": "http://patches.dpdk.org/api/patches/41244/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-2-ferruh.yigit@intel.com/",
            "msgid": "<20180619010457.61490-2-ferruh.yigit@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180619010457.61490-2-ferruh.yigit@intel.com",
            "date": "2018-06-19T01:04:56",
            "name": "[v4,2/3] ethdev: convert static logtype usage to dynamic",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-2-ferruh.yigit@intel.com/mbox/"
        },
        {
            "id": 41245,
            "url": "http://patches.dpdk.org/api/patches/41245/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-3-ferruh.yigit@intel.com/",
            "msgid": "<20180619010457.61490-3-ferruh.yigit@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180619010457.61490-3-ferruh.yigit@intel.com",
            "date": "2018-06-19T01:04:57",
            "name": "[v4,3/3] eal: don't enable static log macro for ethdev",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180619010457.61490-3-ferruh.yigit@intel.com/mbox/"
        }
    ]
}