Show a series.

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

{
    "id": 1421,
    "url": "http://patchwork.ozlabs.org/api/series/1421/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1421",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "net: mdio-mux: add mdio_mux parameter to mdio_mux_init()",
    "date": "2017-09-04T16:30:13",
    "submitter": {
        "id": 64152,
        "url": "http://patchwork.ozlabs.org/api/people/64152/?format=api",
        "name": "Corentin Labbe",
        "email": "clabbe.montjoie@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1421/mbox/",
    "cover_letter": {
        "id": 809765,
        "url": "http://patchwork.ozlabs.org/api/covers/809765/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170904163014.955-1-clabbe.montjoie@gmail.com/",
        "msgid": "<20170904163014.955-1-clabbe.montjoie@gmail.com>",
        "list_archive_url": null,
        "date": "2017-09-04T16:30:13",
        "name": "[0/1] net: mdio-mux: add mdio_mux parameter to mdio_mux_init()",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170904163014.955-1-clabbe.montjoie@gmail.com/mbox/"
    },
    "patches": [
        {
            "id": 809767,
            "url": "http://patchwork.ozlabs.org/api/patches/809767/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170904163014.955-2-clabbe.montjoie@gmail.com/",
            "msgid": "<20170904163014.955-2-clabbe.montjoie@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-04T16:30:14",
            "name": "[1/1] net: mdio-mux: add mdio_mux parameter to mdio_mux_init()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170904163014.955-2-clabbe.montjoie@gmail.com/mbox/"
        }
    ]
}