Show a series.

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

{
    "id": 10510,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/10510/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=10510",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/1.2/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,1/2] tools: image: allow to sign image nodes without -K option",
    "date": "2017-10-27T06:04:21",
    "submitter": {
        "id": 65882,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/65882/?format=api",
        "name": "Masahiro Yamada",
        "email": "yamada.masahiro@socionext.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/10510/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 831105,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/831105/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1509084261-16126-1-git-send-email-yamada.masahiro@socionext.com/",
            "msgid": "<1509084261-16126-1-git-send-email-yamada.masahiro@socionext.com>",
            "list_archive_url": null,
            "date": "2017-10-27T06:04:20",
            "name": "[U-Boot,1/2] tools: image: allow to sign image nodes without -K option",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1509084261-16126-1-git-send-email-yamada.masahiro@socionext.com/mbox/"
        },
        {
            "id": 831104,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/831104/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1509084261-16126-2-git-send-email-yamada.masahiro@socionext.com/",
            "msgid": "<1509084261-16126-2-git-send-email-yamada.masahiro@socionext.com>",
            "list_archive_url": null,
            "date": "2017-10-27T06:04:21",
            "name": "[U-Boot,2/2] tools: image: fix message when fail to add verification data for config",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1509084261-16126-2-git-send-email-yamada.masahiro@socionext.com/mbox/"
        }
    ]
}