Show a series.

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

{
    "id": 3205,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/3205/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3205",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/1.2/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] ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header",
    "date": "2017-09-15T04:00:07",
    "submitter": {
        "id": 61073,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/61073/?format=api",
        "name": "Xin Long",
        "email": "lucien.xin@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/3205/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 814043,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/814043/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/4337e23831098961437503efa2c9d7adfce96b81.1505448007.git.lucien.xin@gmail.com/",
            "msgid": "<4337e23831098961437503efa2c9d7adfce96b81.1505448007.git.lucien.xin@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-15T04:00:07",
            "name": "[net] ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/4337e23831098961437503efa2c9d7adfce96b81.1505448007.git.lucien.xin@gmail.com/mbox/"
        }
    ]
}