Show a series.

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

{
    "id": 1285,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/1285/?format=api",
    "project": {
        "id": 37,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/37/?format=api",
        "name": "Devicetree Bindings",
        "link_name": "devicetree-bindings",
        "list_id": "devicetree.vger.kernel.org",
        "list_email": "devicetree@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "dmaengine: sun6i: Fixes for H3/A83T, enable A64",
    "date": "2017-09-03T22:40:57",
    "submitter": {
        "id": 67055,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/67055/?format=api",
        "name": "Stefan Brüns",
        "email": "stefan.bruens@rwth-aachen.de"
    },
    "version": 1,
    "total": 10,
    "received_total": 1,
    "received_all": false,
    "mbox": "http://patchwork.ozlabs.org/series/1285/mbox/",
    "cover_letter": {
        "id": 809463,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/809463/?format=api",
        "msgid": "<20170903224100.17893-1-stefan.bruens@rwth-aachen.de>",
        "date": "2017-09-03T22:40:51",
        "name": "[00/10] dmaengine: sun6i: Fixes for H3/A83T, enable A64"
    },
    "patches": [
        {
            "id": 809432,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809432/?format=api",
            "msgid": "<20170903224100.17893-7-stefan.bruens@rwth-aachen.de>",
            "date": "2017-09-03T22:40:57",
            "name": "[06/10] arm64: allwinner: a64: Add devicetree binding for DMA controller",
            "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170903224100.17893-7-stefan.bruens@rwth-aachen.de/mbox/"
        }
    ]
}