Show a series.

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

{
    "id": 2034,
    "url": "https://patchwork.libcamera.org/api/series/2034/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2034",
    "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-18T10:07:02",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2034/mbox/",
    "cover_letter": {
        "id": 12308,
        "url": "https://patchwork.libcamera.org/api/covers/12308/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12308/",
        "msgid": "<20210518100706.578526-1-naush@raspberrypi.com>",
        "date": "2021-05-18T10:07:02",
        "name": "[libcamera-devel,0/4] Switch RaspberryPi IPA to use std::chrono::duration",
        "mbox": "https://patchwork.libcamera.org/cover/12308/mbox/"
    },
    "patches": [
        {
            "id": 12309,
            "url": "https://patchwork.libcamera.org/api/patches/12309/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12309/",
            "msgid": "<20210518100706.578526-2-naush@raspberrypi.com>",
            "date": "2021-05-18T10:07:03",
            "name": "[libcamera-devel,1/4] ipa: raspberrypi: Add helper macros for std::chrono::duration",
            "mbox": "https://patchwork.libcamera.org/patch/12309/mbox/"
        },
        {
            "id": 12310,
            "url": "https://patchwork.libcamera.org/api/patches/12310/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12310/",
            "msgid": "<20210518100706.578526-3-naush@raspberrypi.com>",
            "date": "2021-05-18T10:07:04",
            "name": "[libcamera-devel,2/4] ipa: raspberrypi: Switch ipa/cam_helper to use RPiController::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12310/mbox/"
        },
        {
            "id": 12311,
            "url": "https://patchwork.libcamera.org/api/patches/12311/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12311/",
            "msgid": "<20210518100706.578526-4-naush@raspberrypi.com>",
            "date": "2021-05-18T10:07:05",
            "name": "[libcamera-devel,3/4] ipa: raspberrypi: Switch AgcAlgorithm API to use RPiController::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12311/mbox/"
        },
        {
            "id": 12312,
            "url": "https://patchwork.libcamera.org/api/patches/12312/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12312/",
            "msgid": "<20210518100706.578526-5-naush@raspberrypi.com>",
            "date": "2021-05-18T10:07:06",
            "name": "[libcamera-devel,4/4] ipa: raspberrypi: Switch the AGC/Lux code to use RPiController::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12312/mbox/"
        }
    ]
}