Show a series.

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

{
    "id": 3547,
    "url": "https://patchwork.libcamera.org/api/series/3547/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3547",
    "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": "Use a generic converter interface in simple pipeline.",
    "date": "2022-10-10T13:17:42",
    "submitter": {
        "id": 107,
        "url": "https://patchwork.libcamera.org/api/people/107/?format=api",
        "name": "Xavier Roumegue",
        "email": "xavier.roumegue@oss.nxp.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3547/mbox/",
    "cover_letter": {
        "id": 17567,
        "url": "https://patchwork.libcamera.org/api/covers/17567/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17567/",
        "msgid": "<20221010131744.513261-1-xavier.roumegue@oss.nxp.com>",
        "date": "2022-10-10T13:17:42",
        "name": "[libcamera-devel,0/2] Use a generic converter interface in simple pipeline.",
        "mbox": "https://patchwork.libcamera.org/cover/17567/mbox/"
    },
    "patches": [
        {
            "id": 17568,
            "url": "https://patchwork.libcamera.org/api/patches/17568/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17568/",
            "msgid": "<20221010131744.513261-2-xavier.roumegue@oss.nxp.com>",
            "date": "2022-10-10T13:17:43",
            "name": "[libcamera-devel,1/2] libcamera: Declare generic converter interface",
            "mbox": "https://patchwork.libcamera.org/patch/17568/mbox/"
        },
        {
            "id": 17569,
            "url": "https://patchwork.libcamera.org/api/patches/17569/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17569/",
            "msgid": "<20221010131744.513261-3-xavier.roumegue@oss.nxp.com>",
            "date": "2022-10-10T13:17:44",
            "name": "[libcamera-devel,2/2] libcamera: pipeline: simple: converter: Use generic converter interface",
            "mbox": "https://patchwork.libcamera.org/patch/17569/mbox/"
        }
    ]
}