Show a series.

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

{
    "id": 4675,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4675/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4675",
    "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": "Clean up pending requests on stop in software ISP",
    "date": "2024-10-09T17:21:06",
    "submitter": {
        "id": 177,
        "url": "https://patchwork.libcamera.org/api/1.1/people/177/?format=api",
        "name": "Milan Zamazal",
        "email": "mzamazal@redhat.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4675/mbox/",
    "cover_letter": {
        "id": 21563,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/21563/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21563/",
        "msgid": "<20241009172108.2058320-1-mzamazal@redhat.com>",
        "date": "2024-10-09T17:21:06",
        "name": "[v3,0/2] Clean up pending requests on stop in software ISP",
        "mbox": "https://patchwork.libcamera.org/cover/21563/mbox/"
    },
    "patches": [
        {
            "id": 21564,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21564/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21564/",
            "msgid": "<20241009172108.2058320-2-mzamazal@redhat.com>",
            "date": "2024-10-09T17:21:07",
            "name": "[v3,1/2] libcamera: pipeline_handler: Provide cancelRequest",
            "mbox": "https://patchwork.libcamera.org/patch/21564/mbox/"
        },
        {
            "id": 21565,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/21565/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21565/",
            "msgid": "<20241009172108.2058320-3-mzamazal@redhat.com>",
            "date": "2024-10-09T17:21:08",
            "name": "[v3,2/2] libcamera: software_isp: Clean up pending requests on stop",
            "mbox": "https://patchwork.libcamera.org/patch/21565/mbox/"
        }
    ]
}