Show a series.

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

{
    "id": 203306,
    "url": "http://patchwork.ozlabs.org/api/series/203306/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=203306",
    "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] net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU",
    "date": "2020-09-21T22:07:09",
    "submitter": {
        "id": 75582,
        "url": "http://patchwork.ozlabs.org/api/people/75582/?format=api",
        "name": "Vladimir Oltean",
        "email": "vladimir.oltean@nxp.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/203306/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1368615,
            "url": "http://patchwork.ozlabs.org/api/patches/1368615/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20200921220709.96107-1-vladimir.oltean@nxp.com/",
            "msgid": "<20200921220709.96107-1-vladimir.oltean@nxp.com>",
            "list_archive_url": null,
            "date": "2020-09-21T22:07:09",
            "name": "[net] net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20200921220709.96107-1-vladimir.oltean@nxp.com/mbox/"
        }
    ]
}