Show a series.

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

{
    "id": 54,
    "url": "http://patchwork.dpdk.org/api/series/54/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=54",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "[dpdk-dev,1/1] crypto/scheduler: add dynamic logging to scheduler",
    "date": "2018-06-08T06:56:31",
    "submitter": {
        "id": 1052,
        "url": "http://patchwork.dpdk.org/api/people/1052/?format=api",
        "name": "Hari Kumar Vemula",
        "email": "hari.kumarx.vemula@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/54/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 40849,
            "url": "http://patchwork.dpdk.org/api/patches/40849/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1528440991-11638-1-git-send-email-hari.kumarx.vemula@intel.com/",
            "msgid": "<1528440991-11638-1-git-send-email-hari.kumarx.vemula@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1528440991-11638-1-git-send-email-hari.kumarx.vemula@intel.com",
            "date": "2018-06-08T06:56:31",
            "name": "[dpdk-dev,1/1] crypto/scheduler: add dynamic logging to scheduler",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1528440991-11638-1-git-send-email-hari.kumarx.vemula@intel.com/mbox/"
        }
    ]
}