Show a series.

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

{
    "id": 3158,
    "url": "https://patchwork.libcamera.org/api/series/3158/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3158",
    "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-03T22:07:07",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 6,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3158/mbox/",
    "cover_letter": {
        "id": 16142,
        "url": "https://patchwork.libcamera.org/api/covers/16142/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16142/",
        "msgid": "<20220603220712.73673-1-Rauch.Christian@gmx.de>",
        "date": "2022-06-03T22:07:07",
        "name": "[libcamera-devel,v6,0/5] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/16142/mbox/"
    },
    "patches": [
        {
            "id": 16143,
            "url": "https://patchwork.libcamera.org/api/patches/16143/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16143/",
            "msgid": "<20220603220712.73673-2-Rauch.Christian@gmx.de>",
            "date": "2022-06-03T22:07:08",
            "name": "[libcamera-devel,v6,1/5] libcamera: controls: Use std::optional to handle invalid control values",
            "mbox": "https://patchwork.libcamera.org/patch/16143/mbox/"
        },
        {
            "id": 16144,
            "url": "https://patchwork.libcamera.org/api/patches/16144/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16144/",
            "msgid": "<20220603220712.73673-3-Rauch.Christian@gmx.de>",
            "date": "2022-06-03T22:07:09",
            "name": "[libcamera-devel,v6,2/5] fix whitespace for indentation (replace spaces with tab)",
            "mbox": "https://patchwork.libcamera.org/patch/16144/mbox/"
        },
        {
            "id": 16145,
            "url": "https://patchwork.libcamera.org/api/patches/16145/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16145/",
            "msgid": "<20220603220712.73673-4-Rauch.Christian@gmx.de>",
            "date": "2022-06-03T22:07:10",
            "name": "[libcamera-devel,v6,3/5] libcamera: controls: Define size of array controls as a shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/16145/mbox/"
        },
        {
            "id": 16147,
            "url": "https://patchwork.libcamera.org/api/patches/16147/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16147/",
            "msgid": "<20220603220712.73673-5-Rauch.Christian@gmx.de>",
            "date": "2022-06-03T22:07:11",
            "name": "[libcamera-devel,v6,4/5] libcamera: controls: Generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/16147/mbox/"
        },
        {
            "id": 16146,
            "url": "https://patchwork.libcamera.org/api/patches/16146/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16146/",
            "msgid": "<20220603220712.73673-6-Rauch.Christian@gmx.de>",
            "date": "2022-06-03T22:07:12",
            "name": "[libcamera-devel,v6,5/5] libcamera: controls: Apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/16146/mbox/"
        }
    ]
}