Show a series.

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

{
    "id": 388,
    "url": "https://patchwork.libcamera.org/api/1.1/series/388/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=388",
    "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: ipc: unix: Add a IPC mechanism based on Unix sockets",
    "date": "2019-07-01T22:06:10",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/388/mbox/",
    "cover_letter": {
        "id": 1574,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/1574/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/1574/",
        "msgid": "<20190701220612.6342-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-07-01T22:06:10",
        "name": "[libcamera-devel,v3,0/2] libcamera: ipc: unix: Add a IPC mechanism based on Unix sockets",
        "mbox": "https://patchwork.libcamera.org/cover/1574/mbox/"
    },
    "patches": [
        {
            "id": 1575,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1575/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1575/",
            "msgid": "<20190701220612.6342-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-07-01T22:06:11",
            "name": "[libcamera-devel,v3,1/2] libcamera: ipc: unix: Add a IPC mechanism based on Unix sockets",
            "mbox": "https://patchwork.libcamera.org/patch/1575/mbox/"
        },
        {
            "id": 1576,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1576/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1576/",
            "msgid": "<20190701220612.6342-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-07-01T22:06:12",
            "name": "[libcamera-devel,v3,2/2] test: ipc: unix: Add test for IPCUnixSocket",
            "mbox": "https://patchwork.libcamera.org/patch/1576/mbox/"
        }
    ]
}