Show a series.

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

{
    "id": 498627,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/498627/?format=api",
    "project": {
        "id": 12,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/12/?format=api",
        "name": "Linux CIFS Client",
        "link_name": "linux-cifs-client",
        "list_id": "linux-cifs.vger.kernel.org",
        "list_email": "linux-cifs@vger.kernel.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()",
    "date": "2026-04-03T13:12:04",
    "submitter": {
        "id": 93042,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/93042/?format=api",
        "name": "dustball",
        "email": "24031212195@stu.xidian.edu.cn"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/498627/mbox/",
    "cover_letter": {
        "id": 2219565,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2219565/?format=api",
        "msgid": "<20260403131206.4716-1-24031212195@stu.xidian.edu.cn>",
        "date": "2026-04-03T13:12:04",
        "name": "[v2,0/1] smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()"
    },
    "patches": [
        {
            "id": 2219566,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2219566/?format=api",
            "msgid": "<20260403131206.4716-2-24031212195@stu.xidian.edu.cn>",
            "date": "2026-04-03T13:12:05",
            "name": "[v2,1/1] smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()",
            "mbox": "http://patchwork.ozlabs.org/project/linux-cifs-client/patch/20260403131206.4716-2-24031212195@stu.xidian.edu.cn/mbox/"
        }
    ]
}