Show a series.

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

{
    "id": 3176,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3176/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3176",
    "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": "Documentation: Update code examples in Application Writer's Guide",
    "date": "2022-06-15T16:25:58",
    "submitter": {
        "id": 126,
        "url": "https://patchwork.libcamera.org/api/1.1/people/126/?format=api",
        "name": "Daniel Semkowicz",
        "email": "dse@thaumatec.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3176/mbox/",
    "cover_letter": {
        "id": 16222,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/16222/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16222/",
        "msgid": "<20220615162601.48619-1-dse@thaumatec.com>",
        "date": "2022-06-15T16:25:58",
        "name": "[libcamera-devel,0/3] Documentation: Update code examples in Application Writer's Guide",
        "mbox": "https://patchwork.libcamera.org/cover/16222/mbox/"
    },
    "patches": [
        {
            "id": 16223,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16223/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16223/",
            "msgid": "<20220615162601.48619-2-dse@thaumatec.com>",
            "date": "2022-06-15T16:25:59",
            "name": "[libcamera-devel,1/3] Documentation: Update code examples to match Request related changes",
            "mbox": "https://patchwork.libcamera.org/patch/16223/mbox/"
        },
        {
            "id": 16224,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16224/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16224/",
            "msgid": "<20220615162601.48619-3-dse@thaumatec.com>",
            "date": "2022-06-15T16:26:00",
            "name": "[libcamera-devel,2/3] Documentation: Update code examples to use the Request::reuse() method",
            "mbox": "https://patchwork.libcamera.org/patch/16224/mbox/"
        },
        {
            "id": 16225,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16225/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16225/",
            "msgid": "<20220615162601.48619-4-dse@thaumatec.com>",
            "date": "2022-06-15T16:26:01",
            "name": "[libcamera-devel,3/3] Documentation: Update the \"Start an event loop\" section",
            "mbox": "https://patchwork.libcamera.org/patch/16225/mbox/"
        }
    ]
}