Show a series.

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

{
    "id": 2933,
    "url": "https://patchwork.libcamera.org/api/series/2933/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2933",
    "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": "Extend Request metadata reporting",
    "date": "2022-02-16T12:35:42",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2933/mbox/",
    "cover_letter": {
        "id": 15366,
        "url": "https://patchwork.libcamera.org/api/covers/15366/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15366/",
        "msgid": "<20220216123544.637834-1-kieran.bingham@ideasonboard.com>",
        "date": "2022-02-16T12:35:42",
        "name": "[libcamera-devel,SimpleCam,0/2] Extend Request metadata reporting",
        "mbox": "https://patchwork.libcamera.org/cover/15366/mbox/"
    },
    "patches": [
        {
            "id": 15367,
            "url": "https://patchwork.libcamera.org/api/patches/15367/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15367/",
            "msgid": "<20220216123544.637834-2-kieran.bingham@ideasonboard.com>",
            "date": "2022-02-16T12:35:43",
            "name": "[libcamera-devel,SimpleCam,1/2] simple-cam: processRequest: Report timestamp and enhance description",
            "mbox": "https://patchwork.libcamera.org/patch/15367/mbox/"
        },
        {
            "id": 15368,
            "url": "https://patchwork.libcamera.org/api/patches/15368/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15368/",
            "msgid": "<20220216123544.637834-3-kieran.bingham@ideasonboard.com>",
            "date": "2022-02-16T12:35:44",
            "name": "[libcamera-devel,SimpleCam,2/2] simple-cam: processRequest: Report Request metadata",
            "mbox": "https://patchwork.libcamera.org/patch/15368/mbox/"
        }
    ]
}