Show a series.

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

{
    "id": 3789,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3789/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3789",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "fix: pipeline handlers: Stop exponential calls to `createPipelineHandlers`",
    "date": "2023-03-05T23:06:02",
    "submitter": {
        "id": 154,
        "url": "https://patchwork.libcamera.org/api/1.1/people/154/?format=api",
        "name": "Sophie Friedrich",
        "email": "dev@flowerpot.me"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3789/mbox/",
    "cover_letter": {
        "id": 18340,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/18340/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/18340/",
        "msgid": "<20230305230603.3697024-1-dev@flowerpot.me>",
        "date": "2023-03-05T23:06:02",
        "name": "[libcamera-devel,0/1] fix: pipeline handlers: Stop exponential calls to `createPipelineHandlers`",
        "mbox": "https://patchwork.libcamera.org/cover/18340/mbox/"
    },
    "patches": [
        {
            "id": 18341,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/18341/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/18341/",
            "msgid": "<20230305230603.3697024-2-dev@flowerpot.me>",
            "date": "2023-03-05T23:06:03",
            "name": "[libcamera-devel,1/1] fix: pipeline handlers: Stop exponential explosive calls to createPipelineHandlers",
            "mbox": "https://patchwork.libcamera.org/patch/18341/mbox/"
        }
    ]
}