Show a series.

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

{
    "id": 4245,
    "url": "https://patchwork.libcamera.org/api/1.1/series/4245/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4245",
    "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": "Add environment variable to order pipelines match",
    "date": "2024-03-27T17:27:29",
    "submitter": {
        "id": 190,
        "url": "https://patchwork.libcamera.org/api/1.1/people/190/?format=api",
        "name": "Julien Vuillaumier",
        "email": "julien.vuillaumier@nxp.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4245/mbox/",
    "cover_letter": {
        "id": 19817,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/19817/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19817/",
        "msgid": "<20240327172731.434048-1-julien.vuillaumier@nxp.com>",
        "date": "2024-03-27T17:27:29",
        "name": "[v3,0/2] Add environment variable to order pipelines match",
        "mbox": "https://patchwork.libcamera.org/cover/19817/mbox/"
    },
    "patches": [
        {
            "id": 19818,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19818/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19818/",
            "msgid": "<20240327172731.434048-2-julien.vuillaumier@nxp.com>",
            "date": "2024-03-27T17:27:30",
            "name": "[v3,1/2] libcamera: pipeline: Add a get factory by name helper",
            "mbox": "https://patchwork.libcamera.org/patch/19818/mbox/"
        },
        {
            "id": 19819,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/19819/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19819/",
            "msgid": "<20240327172731.434048-3-julien.vuillaumier@nxp.com>",
            "date": "2024-03-27T17:27:31",
            "name": "[v3,2/2] libcamera: camera_manager: Add environment variable to order pipelines match",
            "mbox": "https://patchwork.libcamera.org/patch/19819/mbox/"
        }
    ]
}