Show a series.

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

{
    "id": 2039,
    "url": "https://patchwork.libcamera.org/api/series/2039/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2039",
    "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": "Switch RaspberryPi IPA to use std::chrono::duration",
    "date": "2021-05-20T15:17:10",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2039/mbox/",
    "cover_letter": {
        "id": 12327,
        "url": "https://patchwork.libcamera.org/api/covers/12327/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12327/",
        "msgid": "<20210520151714.3366445-1-naush@raspberrypi.com>",
        "date": "2021-05-20T15:17:10",
        "name": "[libcamera-devel,v2,0/4] Switch RaspberryPi IPA to use std::chrono::duration",
        "mbox": "https://patchwork.libcamera.org/cover/12327/mbox/"
    },
    "patches": [
        {
            "id": 12328,
            "url": "https://patchwork.libcamera.org/api/patches/12328/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12328/",
            "msgid": "<20210520151714.3366445-2-naush@raspberrypi.com>",
            "date": "2021-05-20T15:17:11",
            "name": "[libcamera-devel,v2,1/4] libcamera: utils: Add helper class for std::chrono::duration",
            "mbox": "https://patchwork.libcamera.org/patch/12328/mbox/"
        },
        {
            "id": 12329,
            "url": "https://patchwork.libcamera.org/api/patches/12329/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12329/",
            "msgid": "<20210520151714.3366445-3-naush@raspberrypi.com>",
            "date": "2021-05-20T15:17:12",
            "name": "[libcamera-devel,v2,2/4] ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12329/mbox/"
        },
        {
            "id": 12330,
            "url": "https://patchwork.libcamera.org/api/patches/12330/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12330/",
            "msgid": "<20210520151714.3366445-4-naush@raspberrypi.com>",
            "date": "2021-05-20T15:17:13",
            "name": "[libcamera-devel,v2,3/4] ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12330/mbox/"
        },
        {
            "id": 12331,
            "url": "https://patchwork.libcamera.org/api/patches/12331/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12331/",
            "msgid": "<20210520151714.3366445-5-naush@raspberrypi.com>",
            "date": "2021-05-20T15:17:14",
            "name": "[libcamera-devel,v2,4/4] ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12331/mbox/"
        }
    ]
}