Show a series.

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

{
    "id": 2052,
    "url": "https://patchwork.libcamera.org/api/series/2052/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2052",
    "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-24T08:48:18",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 4,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2052/mbox/",
    "cover_letter": {
        "id": 12373,
        "url": "https://patchwork.libcamera.org/api/covers/12373/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12373/",
        "msgid": "<20210524084822.3690690-1-naush@raspberrypi.com>",
        "date": "2021-05-24T08:48:18",
        "name": "[libcamera-devel,v4,0/4] Switch RaspberryPi IPA to use std::chrono::duration",
        "mbox": "https://patchwork.libcamera.org/cover/12373/mbox/"
    },
    "patches": [
        {
            "id": 12374,
            "url": "https://patchwork.libcamera.org/api/patches/12374/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12374/",
            "msgid": "<20210524084822.3690690-2-naush@raspberrypi.com>",
            "date": "2021-05-24T08:48:19",
            "name": "[libcamera-devel,v4,1/4] libcamera: utils: Add helper class for std::chrono::duration",
            "mbox": "https://patchwork.libcamera.org/patch/12374/mbox/"
        },
        {
            "id": 12375,
            "url": "https://patchwork.libcamera.org/api/patches/12375/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12375/",
            "msgid": "<20210524084822.3690690-3-naush@raspberrypi.com>",
            "date": "2021-05-24T08:48:20",
            "name": "[libcamera-devel,v4,2/4] ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12375/mbox/"
        },
        {
            "id": 12376,
            "url": "https://patchwork.libcamera.org/api/patches/12376/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12376/",
            "msgid": "<20210524084822.3690690-4-naush@raspberrypi.com>",
            "date": "2021-05-24T08:48:21",
            "name": "[libcamera-devel,v4,3/4] ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12376/mbox/"
        },
        {
            "id": 12377,
            "url": "https://patchwork.libcamera.org/api/patches/12377/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12377/",
            "msgid": "<20210524084822.3690690-5-naush@raspberrypi.com>",
            "date": "2021-05-24T08:48:22",
            "name": "[libcamera-devel,v4,4/4] ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12377/mbox/"
        }
    ]
}