Show a series.

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

{
    "id": 2276,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2276/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2276",
    "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": "libcamera: Add type-safe enum-based flags",
    "date": "2021-07-25T17:18:22",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2276/mbox/",
    "cover_letter": {
        "id": 13111,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/13111/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13111/",
        "msgid": "<20210725171827.23643-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-07-25T17:18:22",
        "name": "[libcamera-devel,v2,0/5] libcamera: Add type-safe enum-based flags",
        "mbox": "https://patchwork.libcamera.org/cover/13111/mbox/"
    },
    "patches": [
        {
            "id": 13112,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13112/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13112/",
            "msgid": "<20210725171827.23643-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-25T17:18:23",
            "name": "[libcamera-devel,v2,1/5] libcamera: flags: Add type-safe enum-based flags",
            "mbox": "https://patchwork.libcamera.org/patch/13112/mbox/"
        },
        {
            "id": 13113,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13113/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13113/",
            "msgid": "<20210725171827.23643-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-25T17:18:24",
            "name": "[libcamera-devel,v2,2/5] test: Add tests for the Flags class",
            "mbox": "https://patchwork.libcamera.org/patch/13113/mbox/"
        },
        {
            "id": 13114,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13114/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13114/",
            "msgid": "<20210725171827.23643-4-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-25T17:18:25",
            "name": "[libcamera-devel,v2,3/5] libcamera: file: Use Flags<> class for map flags",
            "mbox": "https://patchwork.libcamera.org/patch/13114/mbox/"
        },
        {
            "id": 13115,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13115/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13115/",
            "msgid": "<20210725171827.23643-5-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-25T17:18:26",
            "name": "[libcamera-devel,v2,4/5] libcamera: file: Use Flags<> class for open flags",
            "mbox": "https://patchwork.libcamera.org/patch/13115/mbox/"
        },
        {
            "id": 13116,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13116/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13116/",
            "msgid": "<20210725171827.23643-6-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-25T17:18:27",
            "name": "[libcamera-devel,v2,5/5] libcamera: file: Turn MapFlag and OpenModeFlag into enum class",
            "mbox": "https://patchwork.libcamera.org/patch/13116/mbox/"
        }
    ]
}