Show a series.

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

{
    "id": 3152,
    "url": "https://patchwork.libcamera.org/api/series/3152/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3152",
    "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-06-01T23:17:58",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 5,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3152/mbox/",
    "cover_letter": {
        "id": 16126,
        "url": "https://patchwork.libcamera.org/api/covers/16126/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16126/",
        "msgid": "<20220601231802.16735-1-Rauch.Christian@gmx.de>",
        "date": "2022-06-01T23:17:58",
        "name": "[libcamera-devel,v5,0/4] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/16126/mbox/"
    },
    "patches": [
        {
            "id": 16127,
            "url": "https://patchwork.libcamera.org/api/patches/16127/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16127/",
            "msgid": "<20220601231802.16735-2-Rauch.Christian@gmx.de>",
            "date": "2022-06-01T23:17:59",
            "name": "[libcamera-devel,v5,1/4] libcamera: controls: Use std::optional to handle invalid control values",
            "mbox": "https://patchwork.libcamera.org/patch/16127/mbox/"
        },
        {
            "id": 16128,
            "url": "https://patchwork.libcamera.org/api/patches/16128/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16128/",
            "msgid": "<20220601231802.16735-3-Rauch.Christian@gmx.de>",
            "date": "2022-06-01T23:18:00",
            "name": "[libcamera-devel,v5,2/4] libcamera: controls: Define size of array controls as a shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/16128/mbox/"
        },
        {
            "id": 16129,
            "url": "https://patchwork.libcamera.org/api/patches/16129/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16129/",
            "msgid": "<20220601231802.16735-4-Rauch.Christian@gmx.de>",
            "date": "2022-06-01T23:18:01",
            "name": "[libcamera-devel,v5,3/4] libcamera: controls: Generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/16129/mbox/"
        },
        {
            "id": 16130,
            "url": "https://patchwork.libcamera.org/api/patches/16130/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16130/",
            "msgid": "<20220601231802.16735-5-Rauch.Christian@gmx.de>",
            "date": "2022-06-01T23:18:02",
            "name": "[libcamera-devel,v5,4/4] libcamera: controls: Apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/16130/mbox/"
        }
    ]
}