Show a series.

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

{
    "id": 1777,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1777/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1777",
    "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": "[libcamera-devel,1/2] media_entity: Overload == operator to use media-entities in maps",
    "date": "2021-03-09T11:29:49",
    "submitter": {
        "id": 80,
        "url": "https://patchwork.libcamera.org/api/1.1/people/80/?format=api",
        "name": "Marian Cichy",
        "email": "m.cichy@pengutronix.de"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1777/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 11537,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11537/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11537/",
            "msgid": "<20210309112949.26251-2-m.cichy@pengutronix.de>",
            "date": "2021-03-09T11:29:48",
            "name": "[libcamera-devel,1/2] media_entity: Overload == operator to use media-entities in maps",
            "mbox": "https://patchwork.libcamera.org/patch/11537/mbox/"
        },
        {
            "id": 11536,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11536/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11536/",
            "msgid": "<20210309112949.26251-3-m.cichy@pengutronix.de>",
            "date": "2021-03-09T11:29:49",
            "name": "[libcamera-devel,2/2] pipeline: simple: Use uniform-cost search algorithm to setup media pipeline",
            "mbox": "https://patchwork.libcamera.org/patch/11536/mbox/"
        }
    ]
}