Show a series.

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

{
    "id": 1933,
    "url": "http://patchwork.ozlabs.org/api/series/1933/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=1933",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[U-Boot] spl: typo fix for SPL_ATF_SUPPORT description",
    "date": "2017-09-07T07:50:18",
    "submitter": {
        "id": 64532,
        "url": "http://patchwork.ozlabs.org/api/people/64532/?format=api",
        "name": "Kever Yang",
        "email": "kever.yang@rock-chips.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1933/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810881,
            "url": "http://patchwork.ozlabs.org/api/patches/810881/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504770619-28823-1-git-send-email-kever.yang@rock-chips.com/",
            "msgid": "<1504770619-28823-1-git-send-email-kever.yang@rock-chips.com>",
            "list_archive_url": null,
            "date": "2017-09-07T07:50:18",
            "name": "[U-Boot] spl: typo fix for SPL_ATF_SUPPORT description",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504770619-28823-1-git-send-email-kever.yang@rock-chips.com/mbox/"
        }
    ]
}