Show a series.

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

{
    "id": 1673,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1673/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1673",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "Raspberry Pi AWB race condition and maintenance",
    "date": "2021-02-10T11:17:41",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1673/mbox/",
    "cover_letter": {
        "id": 11206,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/11206/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/11206/",
        "msgid": "<20210210111743.14374-1-david.plowman@raspberrypi.com>",
        "date": "2021-02-10T11:17:41",
        "name": "[libcamera-devel,0/2] Raspberry Pi AWB race condition and maintenance",
        "mbox": "https://patchwork.libcamera.org/cover/11206/mbox/"
    },
    "patches": [
        {
            "id": 11205,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11205/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11205/",
            "msgid": "<20210210111743.14374-2-david.plowman@raspberrypi.com>",
            "date": "2021-02-10T11:17:42",
            "name": "[libcamera-devel,1/2] ipa: raspberrypi: AWB: Remove unecessary frame count variable",
            "mbox": "https://patchwork.libcamera.org/patch/11205/mbox/"
        },
        {
            "id": 11207,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/11207/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/11207/",
            "msgid": "<20210210111743.14374-3-david.plowman@raspberrypi.com>",
            "date": "2021-02-10T11:17:43",
            "name": "[libcamera-devel,2/2] ipa: raspberrypi: AWB: Fix race condition setting manual gains",
            "mbox": "https://patchwork.libcamera.org/patch/11207/mbox/"
        }
    ]
}