Show a series.

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

{
    "id": 3180,
    "url": "https://patchwork.libcamera.org/api/series/3180/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3180",
    "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": "IPU3 AWB gains correction",
    "date": "2022-06-16T09:11:48",
    "submitter": {
        "id": 75,
        "url": "https://patchwork.libcamera.org/api/people/75/?format=api",
        "name": "Jean-Michel Hautbois",
        "email": "jeanmichel.hautbois@ideasonboard.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3180/mbox/",
    "cover_letter": {
        "id": 16234,
        "url": "https://patchwork.libcamera.org/api/covers/16234/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16234/",
        "msgid": "<20220616091148.67870-1-jeanmichel.hautbois@ideasonboard.com>",
        "date": "2022-06-16T09:11:48",
        "name": "[libcamera-devel,RFC,0/1] IPU3 AWB gains correction",
        "mbox": "https://patchwork.libcamera.org/cover/16234/mbox/"
    },
    "patches": [
        {
            "id": 16235,
            "url": "https://patchwork.libcamera.org/api/patches/16235/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16235/",
            "msgid": "<20220616091148.67870-2-jeanmichel.hautbois@ideasonboard.com>",
            "date": "2022-06-16T09:11:49",
            "name": "[libcamera-devel,RFC,1/1] ipa: ipu3: awb: Correct the coefficient factor",
            "mbox": "https://patchwork.libcamera.org/patch/16235/mbox/"
        }
    ]
}