Show a series.

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

{
    "id": 3201,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/3201/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=3201",
    "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] sctp: do not mark sk dumped when inet_sctp_diag_fill returns err",
    "date": "2017-09-15T03:02:48",
    "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/3201/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 814039,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/814039/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/c5398945d4e80ed8b8497675dd0449763fec4eec.1505444568.git.lucien.xin@gmail.com/",
            "msgid": "<c5398945d4e80ed8b8497675dd0449763fec4eec.1505444568.git.lucien.xin@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-15T03:02:48",
            "name": "[net] sctp: do not mark sk dumped when inet_sctp_diag_fill returns err",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/c5398945d4e80ed8b8497675dd0449763fec4eec.1505444568.git.lucien.xin@gmail.com/mbox/"
        }
    ]
}