Show a series.

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

{
    "id": 2040,
    "url": "https://patchwork.libcamera.org/api/series/2040/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2040",
    "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-21T08:05:26",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2040/mbox/",
    "cover_letter": {
        "id": 12332,
        "url": "https://patchwork.libcamera.org/api/covers/12332/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12332/",
        "msgid": "<20210521080530.37591-1-naush@raspberrypi.com>",
        "date": "2021-05-21T08:05:26",
        "name": "[libcamera-devel,v3,0/4] Switch RaspberryPi IPA to use std::chrono::duration",
        "mbox": "https://patchwork.libcamera.org/cover/12332/mbox/"
    },
    "patches": [
        {
            "id": 12333,
            "url": "https://patchwork.libcamera.org/api/patches/12333/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12333/",
            "msgid": "<20210521080530.37591-2-naush@raspberrypi.com>",
            "date": "2021-05-21T08:05:27",
            "name": "[libcamera-devel,v3,1/4] libcamera: utils: Add helper class for std::chrono::duration",
            "mbox": "https://patchwork.libcamera.org/patch/12333/mbox/"
        },
        {
            "id": 12334,
            "url": "https://patchwork.libcamera.org/api/patches/12334/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12334/",
            "msgid": "<20210521080530.37591-3-naush@raspberrypi.com>",
            "date": "2021-05-21T08:05:28",
            "name": "[libcamera-devel,v3,2/4] ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12334/mbox/"
        },
        {
            "id": 12335,
            "url": "https://patchwork.libcamera.org/api/patches/12335/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12335/",
            "msgid": "<20210521080530.37591-4-naush@raspberrypi.com>",
            "date": "2021-05-21T08:05:29",
            "name": "[libcamera-devel,v3,3/4] ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12335/mbox/"
        },
        {
            "id": 12336,
            "url": "https://patchwork.libcamera.org/api/patches/12336/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12336/",
            "msgid": "<20210521080530.37591-5-naush@raspberrypi.com>",
            "date": "2021-05-21T08:05:30",
            "name": "[libcamera-devel,v3,4/4] ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12336/mbox/"
        }
    ]
}