Show a series.

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

{
    "id": 382,
    "url": "https://patchwork.libcamera.org/api/series/382/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=382",
    "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: ipc: unix: Add a IPC mechanism based on Unix sockets",
    "date": "2019-06-30T16:25:12",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/382/mbox/",
    "cover_letter": {
        "id": 1530,
        "url": "https://patchwork.libcamera.org/api/covers/1530/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/1530/",
        "msgid": "<20190630162514.20522-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-06-30T16:25:11",
        "name": "[libcamera-devel,v2,0/3] libcamera: ipc: unix: Add a IPC mechanism based on Unix sockets",
        "mbox": "https://patchwork.libcamera.org/cover/1530/mbox/"
    },
    "patches": [
        {
            "id": 1529,
            "url": "https://patchwork.libcamera.org/api/patches/1529/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1529/",
            "msgid": "<20190630162514.20522-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-06-30T16:25:12",
            "name": "[libcamera-devel,v2,1/3] libcamera: timer: Stop timer when it is deleted",
            "mbox": "https://patchwork.libcamera.org/patch/1529/mbox/"
        },
        {
            "id": 1531,
            "url": "https://patchwork.libcamera.org/api/patches/1531/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1531/",
            "msgid": "<20190630162514.20522-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-06-30T16:25:13",
            "name": "[libcamera-devel,v2,2/3] libcamera: ipc: unix: Add a IPC mechanism based on Unix sockets",
            "mbox": "https://patchwork.libcamera.org/patch/1531/mbox/"
        },
        {
            "id": 1532,
            "url": "https://patchwork.libcamera.org/api/patches/1532/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1532/",
            "msgid": "<20190630162514.20522-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-06-30T16:25:14",
            "name": "[libcamera-devel,v2,3/3] test: ipc: unix: Add test for IPCUnixSocket",
            "mbox": "https://patchwork.libcamera.org/patch/1532/mbox/"
        }
    ]
}