Show a series.

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

{
    "id": 3022,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3022/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3022",
    "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": "generate and use fixed-sized Span Control types",
    "date": "2022-04-01T00:06:11",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/1.1/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3022/mbox/",
    "cover_letter": {
        "id": 15603,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15603/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15603/",
        "msgid": "<20220401000616.12976-1-Rauch.Christian@gmx.de>",
        "date": "2022-04-01T00:06:11",
        "name": "[libcamera-devel,0/5] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/15603/mbox/"
    },
    "patches": [
        {
            "id": 15604,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15604/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15604/",
            "msgid": "<20220401000616.12976-2-Rauch.Christian@gmx.de>",
            "date": "2022-04-01T00:06:12",
            "name": "[libcamera-devel,1/5] define Span size as shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/15604/mbox/"
        },
        {
            "id": 15605,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15605/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15605/",
            "msgid": "<20220401000616.12976-3-Rauch.Christian@gmx.de>",
            "date": "2022-04-01T00:06:13",
            "name": "[libcamera-devel,2/5] generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/15605/mbox/"
        },
        {
            "id": 15606,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15606/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15606/",
            "msgid": "<20220401000616.12976-4-Rauch.Christian@gmx.de>",
            "date": "2022-04-01T00:06:14",
            "name": "[libcamera-devel,3/5] provide a default fixed-sized Span constructor",
            "mbox": "https://patchwork.libcamera.org/patch/15606/mbox/"
        },
        {
            "id": 15607,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15607/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15607/",
            "msgid": "<20220401000616.12976-5-Rauch.Christian@gmx.de>",
            "date": "2022-04-01T00:06:15",
            "name": "[libcamera-devel,4/5] apply clang-format style",
            "mbox": "https://patchwork.libcamera.org/patch/15607/mbox/"
        },
        {
            "id": 15608,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15608/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15608/",
            "msgid": "<20220401000616.12976-6-Rauch.Christian@gmx.de>",
            "date": "2022-04-01T00:06:16",
            "name": "[libcamera-devel,5/5] apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/15608/mbox/"
        }
    ]
}