Show a series.

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

{
    "id": 1437,
    "url": "https://patchwork.libcamera.org/api/series/1437/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1437",
    "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-11-03T01:02:47",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1437/mbox/",
    "cover_letter": {
        "id": 10312,
        "url": "https://patchwork.libcamera.org/api/covers/10312/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/10312/",
        "msgid": "<20201103010251.14689-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-11-03T01:02:47",
        "name": "[libcamera-devel,v3,0/4] libcamera: Implement d-pointer design pattern",
        "mbox": "https://patchwork.libcamera.org/cover/10312/mbox/"
    },
    "patches": [
        {
            "id": 10313,
            "url": "https://patchwork.libcamera.org/api/patches/10313/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10313/",
            "msgid": "<20201103010251.14689-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-11-03T01:02:48",
            "name": "[libcamera-devel,v3,1/4] utils: checkstyle.py: Add d-pointer formatter",
            "mbox": "https://patchwork.libcamera.org/patch/10313/mbox/"
        },
        {
            "id": 10314,
            "url": "https://patchwork.libcamera.org/api/patches/10314/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10314/",
            "msgid": "<20201103010251.14689-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-11-03T01:02:49",
            "name": "[libcamera-devel,v3,2/4] libcamera: Add a base class to implement the d-pointer design pattern",
            "mbox": "https://patchwork.libcamera.org/patch/10314/mbox/"
        },
        {
            "id": 10315,
            "url": "https://patchwork.libcamera.org/api/patches/10315/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10315/",
            "msgid": "<20201103010251.14689-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-11-03T01:02:50",
            "name": "[libcamera-devel,v3,3/4] libcamera: camera_manager: Inherit from Extensible",
            "mbox": "https://patchwork.libcamera.org/patch/10315/mbox/"
        },
        {
            "id": 10316,
            "url": "https://patchwork.libcamera.org/api/patches/10316/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10316/",
            "msgid": "<20201103010251.14689-5-laurent.pinchart@ideasonboard.com>",
            "date": "2020-11-03T01:02:51",
            "name": "[libcamera-devel,v3,4/4] libcamera: camera: Inherit from Extensible",
            "mbox": "https://patchwork.libcamera.org/patch/10316/mbox/"
        }
    ]
}