Show a series.

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

{
    "id": 2983,
    "url": "https://patchwork.libcamera.org/api/series/2983/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2983",
    "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": "V4L2 dequeue timeout",
    "date": "2022-03-22T13:16:32",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2983/mbox/",
    "cover_letter": {
        "id": 15506,
        "url": "https://patchwork.libcamera.org/api/covers/15506/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15506/",
        "msgid": "<20220322131635.2869526-1-naush@raspberrypi.com>",
        "date": "2022-03-22T13:16:32",
        "name": "[libcamera-devel,v1,0/3] V4L2 dequeue timeout",
        "mbox": "https://patchwork.libcamera.org/cover/15506/mbox/"
    },
    "patches": [
        {
            "id": 15507,
            "url": "https://patchwork.libcamera.org/api/patches/15507/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15507/",
            "msgid": "<20220322131635.2869526-2-naush@raspberrypi.com>",
            "date": "2022-03-22T13:16:33",
            "name": "[libcamera-devel,v1,1/3] utils: timer: Allow Timer::start to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/15507/mbox/"
        },
        {
            "id": 15508,
            "url": "https://patchwork.libcamera.org/api/patches/15508/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15508/",
            "msgid": "<20220322131635.2869526-3-naush@raspberrypi.com>",
            "date": "2022-03-22T13:16:34",
            "name": "[libcamera-devel,v1,2/3] libcamera: v4l2_videodevice: Add a dequeue timer",
            "mbox": "https://patchwork.libcamera.org/patch/15508/mbox/"
        },
        {
            "id": 15509,
            "url": "https://patchwork.libcamera.org/api/patches/15509/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15509/",
            "msgid": "<20220322131635.2869526-4-naush@raspberrypi.com>",
            "date": "2022-03-22T13:16:35",
            "name": "[libcamera-devel,v1,3/3] pipeline: raspberrypi: Add a Unicam dequeue timeout",
            "mbox": "https://patchwork.libcamera.org/patch/15509/mbox/"
        }
    ]
}