Show a series.

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

{
    "id": 2954,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2954/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2954",
    "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": "Raspberry Pi: Efficient start/stop/start sequences",
    "date": "2022-03-07T12:46:27",
    "submitter": {
        "id": 97,
        "url": "https://patchwork.libcamera.org/api/1.1/people/97/?format=api",
        "name": "Nicolas Dufresne via libcamera-devel",
        "email": "libcamera-devel@lists.libcamera.org"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2954/mbox/",
    "cover_letter": {
        "id": 15425,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/15425/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15425/",
        "msgid": "<20220307124633.115452-1-naush@raspberrypi.com>",
        "date": "2022-03-07T12:46:27",
        "name": "[libcamera-devel,v1,0/6] Raspberry Pi: Efficient start/stop/start sequences",
        "mbox": "https://patchwork.libcamera.org/cover/15425/mbox/"
    },
    "patches": [
        {
            "id": 15426,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15426/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15426/",
            "msgid": "<20220307124633.115452-2-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:28",
            "name": "[libcamera-devel,v1,1/6] pipeline: raspberrypi: Avoid over-allocation for ISP Output 1",
            "mbox": "https://patchwork.libcamera.org/patch/15426/mbox/"
        },
        {
            "id": 15427,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15427/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15427/",
            "msgid": "<20220307124633.115452-3-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:29",
            "name": "[libcamera-devel,v1,2/6] pipeline: raspberrypi: Move freeBuffers() to the RPiCameraData class",
            "mbox": "https://patchwork.libcamera.org/patch/15427/mbox/"
        },
        {
            "id": 15428,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15428/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15428/",
            "msgid": "<20220307124633.115452-4-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:30",
            "name": "[libcamera-devel,v1,3/6] pipeline: raspberrypi: Free buffers in the RPiCamera destructor and re-configure",
            "mbox": "https://patchwork.libcamera.org/patch/15428/mbox/"
        },
        {
            "id": 15429,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15429/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15429/",
            "msgid": "<20220307124633.115452-5-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:31",
            "name": "[libcamera-devel,v1,4/6] pipeline: raspberrypi: Add a reconfigured flag",
            "mbox": "https://patchwork.libcamera.org/patch/15429/mbox/"
        },
        {
            "id": 15430,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15430/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15430/",
            "msgid": "<20220307124633.115452-6-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:32",
            "name": "[libcamera-devel,v1,5/6] pipeline: raspberrypi: Repurpose RPi::Stream::reset()",
            "mbox": "https://patchwork.libcamera.org/patch/15430/mbox/"
        },
        {
            "id": 15431,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/15431/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15431/",
            "msgid": "<20220307124633.115452-7-naush@raspberrypi.com>",
            "date": "2022-03-07T12:46:33",
            "name": "[libcamera-devel,v1,6/6] libcamera: v4l2_videodevice: Empty the V4L2 buffer cache on streamOff()",
            "mbox": "https://patchwork.libcamera.org/patch/15431/mbox/"
        }
    ]
}