Show a series.

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

{
    "id": 3250,
    "url": "https://patchwork.libcamera.org/api/series/3250/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3250",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "generate and use fixed-sized Span Control types",
    "date": "2022-07-04T23:32:13",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 9,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3250/mbox/",
    "cover_letter": {
        "id": 16537,
        "url": "https://patchwork.libcamera.org/api/covers/16537/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16537/",
        "msgid": "<20220704233217.54769-1-Rauch.Christian@gmx.de>",
        "date": "2022-07-04T23:32:13",
        "name": "[libcamera-devel,v9,0/4] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/16537/mbox/"
    },
    "patches": [
        {
            "id": 16538,
            "url": "https://patchwork.libcamera.org/api/patches/16538/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16538/",
            "msgid": "<20220704233217.54769-2-Rauch.Christian@gmx.de>",
            "date": "2022-07-04T23:32:14",
            "name": "[libcamera-devel,v9,1/4] libcamera: controls: Use std::optional to handle invalid control values",
            "mbox": "https://patchwork.libcamera.org/patch/16538/mbox/"
        },
        {
            "id": 16539,
            "url": "https://patchwork.libcamera.org/api/patches/16539/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16539/",
            "msgid": "<20220704233217.54769-3-Rauch.Christian@gmx.de>",
            "date": "2022-07-04T23:32:15",
            "name": "[libcamera-devel,v9,2/4] libcamera: controls: Define size of array controls as a shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/16539/mbox/"
        },
        {
            "id": 16540,
            "url": "https://patchwork.libcamera.org/api/patches/16540/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16540/",
            "msgid": "<20220704233217.54769-4-Rauch.Christian@gmx.de>",
            "date": "2022-07-04T23:32:16",
            "name": "[libcamera-devel,v9,3/4] libcamera: controls: Generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/16540/mbox/"
        },
        {
            "id": 16541,
            "url": "https://patchwork.libcamera.org/api/patches/16541/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16541/",
            "msgid": "<20220704233217.54769-5-Rauch.Christian@gmx.de>",
            "date": "2022-07-04T23:32:17",
            "name": "[libcamera-devel,v9,4/4] libcamera: controls: Apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/16541/mbox/"
        }
    ]
}