Show a series.

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

{
    "id": 1791,
    "url": "http://patchwork.ozlabs.org/api/series/1791/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1791",
    "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] udp: drop head states only when all skb references are gone",
    "date": "2017-09-06T12:44:36",
    "submitter": {
        "id": 67312,
        "url": "http://patchwork.ozlabs.org/api/people/67312/?format=api",
        "name": "Paolo Abeni",
        "email": "pabeni@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1791/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 810569,
            "url": "http://patchwork.ozlabs.org/api/patches/810569/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/1d0596e2a1926e7c0e8c7f691ef42c713daa3396.1504701206.git.pabeni@redhat.com/",
            "msgid": "<1d0596e2a1926e7c0e8c7f691ef42c713daa3396.1504701206.git.pabeni@redhat.com>",
            "list_archive_url": null,
            "date": "2017-09-06T12:44:36",
            "name": "[net] udp: drop head states only when all skb references are gone",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/1d0596e2a1926e7c0e8c7f691ef42c713daa3396.1504701206.git.pabeni@redhat.com/mbox/"
        }
    ]
}