Show a series.

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

{
    "id": 3514,
    "url": "https://patchwork.libcamera.org/api/series/3514/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3514",
    "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": "Add release infrastructure",
    "date": "2022-09-29T14:36:22",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3514/mbox/",
    "cover_letter": {
        "id": 17463,
        "url": "https://patchwork.libcamera.org/api/covers/17463/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17463/",
        "msgid": "<20220929143626.3100668-1-kieran.bingham@ideasonboard.com>",
        "date": "2022-09-29T14:36:22",
        "name": "[libcamera-devel,0/4] Add release infrastructure",
        "mbox": "https://patchwork.libcamera.org/cover/17463/mbox/"
    },
    "patches": [
        {
            "id": 17464,
            "url": "https://patchwork.libcamera.org/api/patches/17464/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17464/",
            "msgid": "<20220929143626.3100668-2-kieran.bingham@ideasonboard.com>",
            "date": "2022-09-29T14:36:23",
            "name": "[libcamera-devel,1/4] meson: Shared Object version handling",
            "mbox": "https://patchwork.libcamera.org/patch/17464/mbox/"
        },
        {
            "id": 17465,
            "url": "https://patchwork.libcamera.org/api/patches/17465/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17465/",
            "msgid": "<20220929143626.3100668-3-kieran.bingham@ideasonboard.com>",
            "date": "2022-09-29T14:36:24",
            "name": "[libcamera-devel,2/4] utils: semver: Add version helper",
            "mbox": "https://patchwork.libcamera.org/patch/17465/mbox/"
        },
        {
            "id": 17466,
            "url": "https://patchwork.libcamera.org/api/patches/17466/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17466/",
            "msgid": "<20220929143626.3100668-4-kieran.bingham@ideasonboard.com>",
            "date": "2022-09-29T14:36:25",
            "name": "[libcamera-devel,3/4] utils: semver: Document licence and source",
            "mbox": "https://patchwork.libcamera.org/patch/17466/mbox/"
        },
        {
            "id": 17467,
            "url": "https://patchwork.libcamera.org/api/patches/17467/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17467/",
            "msgid": "<20220929143626.3100668-5-kieran.bingham@ideasonboard.com>",
            "date": "2022-09-29T14:36:26",
            "name": "[libcamera-devel,4/4] utils: Provide a release script",
            "mbox": "https://patchwork.libcamera.org/patch/17467/mbox/"
        }
    ]
}