Show a series.

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

{
    "id": 1301,
    "url": "https://patchwork.libcamera.org/api/series/1301/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1301",
    "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": "libcamera: Implement d-pointer design pattern",
    "date": "2020-09-21T03:10:53",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1301/mbox/",
    "cover_letter": {
        "id": 9675,
        "url": "https://patchwork.libcamera.org/api/covers/9675/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9675/",
        "msgid": "<20200921031057.3564-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-09-21T03:10:53",
        "name": "[libcamera-devel,0/4] libcamera: Implement d-pointer design pattern",
        "mbox": "https://patchwork.libcamera.org/cover/9675/mbox/"
    },
    "patches": [
        {
            "id": 9676,
            "url": "https://patchwork.libcamera.org/api/patches/9676/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9676/",
            "msgid": "<20200921031057.3564-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-09-21T03:10:54",
            "name": "[libcamera-devel,1/4] libcamera: Add a base class to implement the d-pointer design pattern",
            "mbox": "https://patchwork.libcamera.org/patch/9676/mbox/"
        },
        {
            "id": 9677,
            "url": "https://patchwork.libcamera.org/api/patches/9677/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9677/",
            "msgid": "<20200921031057.3564-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-09-21T03:10:55",
            "name": "[libcamera-devel,2/4] libcamera: camera_manager: Make CameraManager::Private::mutex_ mutable",
            "mbox": "https://patchwork.libcamera.org/patch/9677/mbox/"
        },
        {
            "id": 9678,
            "url": "https://patchwork.libcamera.org/api/patches/9678/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9678/",
            "msgid": "<20200921031057.3564-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-09-21T03:10:56",
            "name": "[libcamera-devel,3/4] libcamera: camera_manager: Inherit from Extensible",
            "mbox": "https://patchwork.libcamera.org/patch/9678/mbox/"
        },
        {
            "id": 9679,
            "url": "https://patchwork.libcamera.org/api/patches/9679/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9679/",
            "msgid": "<20200921031057.3564-5-laurent.pinchart@ideasonboard.com>",
            "date": "2020-09-21T03:10:57",
            "name": "[libcamera-devel,4/4] libcamera: camera: Inherit from Extensible",
            "mbox": "https://patchwork.libcamera.org/patch/9679/mbox/"
        }
    ]
}