Show a series.

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

{
    "id": 2066,
    "url": "https://patchwork.libcamera.org/api/series/2066/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2066",
    "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-25T11:42:37",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 5,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2066/mbox/",
    "cover_letter": {
        "id": 12409,
        "url": "https://patchwork.libcamera.org/api/covers/12409/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12409/",
        "msgid": "<20210525114241.906280-1-naush@raspberrypi.com>",
        "date": "2021-05-25T11:42:37",
        "name": "[libcamera-devel,v5,0/4] Switch RaspberryPi IPA to use std::chrono::duration",
        "mbox": "https://patchwork.libcamera.org/cover/12409/mbox/"
    },
    "patches": [
        {
            "id": 12410,
            "url": "https://patchwork.libcamera.org/api/patches/12410/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12410/",
            "msgid": "<20210525114241.906280-2-naush@raspberrypi.com>",
            "date": "2021-05-25T11:42:38",
            "name": "[libcamera-devel,v5,1/4] libcamera: utils: Add helper class for std::chrono::duration",
            "mbox": "https://patchwork.libcamera.org/patch/12410/mbox/"
        },
        {
            "id": 12411,
            "url": "https://patchwork.libcamera.org/api/patches/12411/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12411/",
            "msgid": "<20210525114241.906280-3-naush@raspberrypi.com>",
            "date": "2021-05-25T11:42:39",
            "name": "[libcamera-devel,v5,2/4] ipa: raspberrypi: Switch ipa and cam_helper to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12411/mbox/"
        },
        {
            "id": 12412,
            "url": "https://patchwork.libcamera.org/api/patches/12412/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12412/",
            "msgid": "<20210525114241.906280-4-naush@raspberrypi.com>",
            "date": "2021-05-25T11:42:40",
            "name": "[libcamera-devel,v5,3/4] ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12412/mbox/"
        },
        {
            "id": 12413,
            "url": "https://patchwork.libcamera.org/api/patches/12413/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12413/",
            "msgid": "<20210525114241.906280-5-naush@raspberrypi.com>",
            "date": "2021-05-25T11:42:41",
            "name": "[libcamera-devel,v5,4/4] ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration",
            "mbox": "https://patchwork.libcamera.org/patch/12413/mbox/"
        }
    ]
}