Show a series.

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

{
    "id": 3028,
    "url": "https://patchwork.libcamera.org/api/series/3028/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3028",
    "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-04-05T00:42:10",
    "submitter": {
        "id": 111,
        "url": "https://patchwork.libcamera.org/api/people/111/?format=api",
        "name": "Christian Rauch",
        "email": "Rauch.Christian@gmx.de"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3028/mbox/",
    "cover_letter": {
        "id": 15614,
        "url": "https://patchwork.libcamera.org/api/covers/15614/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15614/",
        "msgid": "<20220405004215.86340-1-Rauch.Christian@gmx.de>",
        "date": "2022-04-05T00:42:10",
        "name": "[libcamera-devel,v2,0/5] generate and use fixed-sized Span Control types",
        "mbox": "https://patchwork.libcamera.org/cover/15614/mbox/"
    },
    "patches": [
        {
            "id": 15615,
            "url": "https://patchwork.libcamera.org/api/patches/15615/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15615/",
            "msgid": "<20220405004215.86340-2-Rauch.Christian@gmx.de>",
            "date": "2022-04-05T00:42:11",
            "name": "[libcamera-devel,v2,1/5] define Span size as shape vector",
            "mbox": "https://patchwork.libcamera.org/patch/15615/mbox/"
        },
        {
            "id": 15616,
            "url": "https://patchwork.libcamera.org/api/patches/15616/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15616/",
            "msgid": "<20220405004215.86340-3-Rauch.Christian@gmx.de>",
            "date": "2022-04-05T00:42:12",
            "name": "[libcamera-devel,v2,2/5] generate fixed- and variable-sized Span Controls",
            "mbox": "https://patchwork.libcamera.org/patch/15616/mbox/"
        },
        {
            "id": 15617,
            "url": "https://patchwork.libcamera.org/api/patches/15617/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15617/",
            "msgid": "<20220405004215.86340-4-Rauch.Christian@gmx.de>",
            "date": "2022-04-05T00:42:13",
            "name": "[libcamera-devel,v2,3/5] provide a default fixed-sized Span constructor",
            "mbox": "https://patchwork.libcamera.org/patch/15617/mbox/"
        },
        {
            "id": 15618,
            "url": "https://patchwork.libcamera.org/api/patches/15618/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15618/",
            "msgid": "<20220405004215.86340-5-Rauch.Christian@gmx.de>",
            "date": "2022-04-05T00:42:14",
            "name": "[libcamera-devel,v2,4/5] apply clang-format style",
            "mbox": "https://patchwork.libcamera.org/patch/15618/mbox/"
        },
        {
            "id": 15619,
            "url": "https://patchwork.libcamera.org/api/patches/15619/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15619/",
            "msgid": "<20220405004215.86340-6-Rauch.Christian@gmx.de>",
            "date": "2022-04-05T00:42:15",
            "name": "[libcamera-devel,v2,5/5] apply explicit fixed-sized Span type casts",
            "mbox": "https://patchwork.libcamera.org/patch/15619/mbox/"
        }
    ]
}