Show a series.

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

{
    "id": 3168,
    "url": "https://patchwork.libcamera.org/api/series/3168/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3168",
    "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-10T12:03:34",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 8,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3168/mbox/",
    "cover_letter": {
        "id": 16189,
        "url": "https://patchwork.libcamera.org/api/covers/16189/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16189/",
        "msgid": "<20220610120338.96883-1-Rauch.Christian@gmx.de>",
        "date": "2022-06-10T12:03:34",
        "name": "[libcamera-devel,v8,0/4] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/16189/mbox/"
    },
    "patches": [
        {
            "id": 16190,
            "url": "https://patchwork.libcamera.org/api/patches/16190/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16190/",
            "msgid": "<20220610120338.96883-2-Rauch.Christian@gmx.de>",
            "date": "2022-06-10T12:03:35",
            "name": "[libcamera-devel,v8,1/4] libcamera: controls: Use std::optional to handle invalid control values",
            "mbox": "https://patchwork.libcamera.org/patch/16190/mbox/"
        },
        {
            "id": 16191,
            "url": "https://patchwork.libcamera.org/api/patches/16191/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16191/",
            "msgid": "<20220610120338.96883-3-Rauch.Christian@gmx.de>",
            "date": "2022-06-10T12:03:36",
            "name": "[libcamera-devel,v8,2/4] libcamera: controls: Define size of array controls as a shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/16191/mbox/"
        },
        {
            "id": 16192,
            "url": "https://patchwork.libcamera.org/api/patches/16192/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16192/",
            "msgid": "<20220610120338.96883-4-Rauch.Christian@gmx.de>",
            "date": "2022-06-10T12:03:37",
            "name": "[libcamera-devel,v8,3/4] libcamera: controls: Generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/16192/mbox/"
        },
        {
            "id": 16193,
            "url": "https://patchwork.libcamera.org/api/patches/16193/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16193/",
            "msgid": "<20220610120338.96883-5-Rauch.Christian@gmx.de>",
            "date": "2022-06-10T12:03:38",
            "name": "[libcamera-devel,v8,4/4] libcamera: controls: Apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/16193/mbox/"
        }
    ]
}