Show a series.

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

{
    "id": 3189,
    "url": "https://patchwork.libcamera.org/api/series/3189/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3189",
    "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": "Documentation: Update code examples in Application Writer's Guide",
    "date": "2022-06-17T14:35:46",
    "submitter": {
        "id": 126,
        "url": "https://patchwork.libcamera.org/api/people/126/?format=api",
        "name": "Daniel Semkowicz",
        "email": "dse@thaumatec.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3189/mbox/",
    "cover_letter": {
        "id": 16265,
        "url": "https://patchwork.libcamera.org/api/covers/16265/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16265/",
        "msgid": "<20220617143549.35442-1-dse@thaumatec.com>",
        "date": "2022-06-17T14:35:46",
        "name": "[libcamera-devel,v2,0/3] Documentation: Update code examples in Application Writer's Guide",
        "mbox": "https://patchwork.libcamera.org/cover/16265/mbox/"
    },
    "patches": [
        {
            "id": 16266,
            "url": "https://patchwork.libcamera.org/api/patches/16266/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16266/",
            "msgid": "<20220617143549.35442-2-dse@thaumatec.com>",
            "date": "2022-06-17T14:35:47",
            "name": "[libcamera-devel,v2,1/3] Documentation: Add the missing const to the example code",
            "mbox": "https://patchwork.libcamera.org/patch/16266/mbox/"
        },
        {
            "id": 16267,
            "url": "https://patchwork.libcamera.org/api/patches/16267/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16267/",
            "msgid": "<20220617143549.35442-3-dse@thaumatec.com>",
            "date": "2022-06-17T14:35:48",
            "name": "[libcamera-devel,v2,2/3] Documentation: Update code examples to use the Request::reuse() method",
            "mbox": "https://patchwork.libcamera.org/patch/16267/mbox/"
        },
        {
            "id": 16268,
            "url": "https://patchwork.libcamera.org/api/patches/16268/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16268/",
            "msgid": "<20220617143549.35442-4-dse@thaumatec.com>",
            "date": "2022-06-17T14:35:49",
            "name": "[libcamera-devel,v2,3/3] Documentation: Update the \"Start an event loop\" section",
            "mbox": "https://patchwork.libcamera.org/patch/16268/mbox/"
        }
    ]
}