Show a series.

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

{
    "id": 11463,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/11463/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=11463",
    "project": {
        "id": 37,
        "url": "http://patchwork.ozlabs.org/api/1.2/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": "",
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "[1/1] of: Make return types of to_of_node and of_fwnode_handle macros consistent",
    "date": "2017-11-02T09:57:22",
    "submitter": {
        "id": 65485,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/65485/?format=api",
        "name": "Sakari Ailus",
        "email": "sakari.ailus@linux.intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/11463/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 833269,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/833269/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20171102095722.6893-1-sakari.ailus@linux.intel.com/",
            "msgid": "<20171102095722.6893-1-sakari.ailus@linux.intel.com>",
            "list_archive_url": null,
            "date": "2017-11-02T09:57:22",
            "name": "[1/1] of: Make return types of to_of_node and of_fwnode_handle macros consistent",
            "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20171102095722.6893-1-sakari.ailus@linux.intel.com/mbox/"
        }
    ]
}