Show a series.

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

{
    "id": 205830,
    "url": "http://patchwork.ozlabs.org/api/series/205830/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=205830",
    "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: mvneta: fix double free of txq->buf",
    "date": "2020-10-03T18:51:21",
    "submitter": {
        "id": 77700,
        "url": "http://patchwork.ozlabs.org/api/people/77700/?format=api",
        "name": "Tom Rix",
        "email": "trix@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/205830/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1376348,
            "url": "http://patchwork.ozlabs.org/api/patches/1376348/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20201003185121.12370-1-trix@redhat.com/",
            "msgid": "<20201003185121.12370-1-trix@redhat.com>",
            "list_archive_url": null,
            "date": "2020-10-03T18:51:21",
            "name": "net: mvneta: fix double free of txq->buf",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20201003185121.12370-1-trix@redhat.com/mbox/"
        }
    ]
}