Show a series.

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

{
    "id": 588,
    "url": "https://patchwork.libcamera.org/api/series/588/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=588",
    "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: Add FileDescriptor to help pass numerical fds around",
    "date": "2019-12-16T12:10:26",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/588/mbox/",
    "cover_letter": {
        "id": 2424,
        "url": "https://patchwork.libcamera.org/api/covers/2424/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2424/",
        "msgid": "<20191216121029.1048242-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-12-16T12:10:26",
        "name": "[libcamera-devel,0/3] libcamera: Add FileDescriptor to help pass numerical fds around",
        "mbox": "https://patchwork.libcamera.org/cover/2424/mbox/"
    },
    "patches": [
        {
            "id": 2425,
            "url": "https://patchwork.libcamera.org/api/patches/2425/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2425/",
            "msgid": "<20191216121029.1048242-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-12-16T12:10:27",
            "name": "[libcamera-devel,1/3] libcamera: utils: Add exchange()",
            "mbox": "https://patchwork.libcamera.org/patch/2425/mbox/"
        },
        {
            "id": 2426,
            "url": "https://patchwork.libcamera.org/api/patches/2426/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2426/",
            "msgid": "<20191216121029.1048242-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-12-16T12:10:28",
            "name": "[libcamera-devel,2/3] libcamera: Add FileDescriptor to help pass numerical fds around",
            "mbox": "https://patchwork.libcamera.org/patch/2426/mbox/"
        },
        {
            "id": 2427,
            "url": "https://patchwork.libcamera.org/api/patches/2427/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2427/",
            "msgid": "<20191216121029.1048242-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-12-16T12:10:29",
            "name": "[libcamera-devel,3/3] test: file_descriptor: Add test",
            "mbox": "https://patchwork.libcamera.org/patch/2427/mbox/"
        }
    ]
}