Show a series.

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

{
    "id": 507,
    "url": "https://patchwork.libcamera.org/api/series/507/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=507",
    "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": "qcam: Fix issues in the Qt event dispatcher",
    "date": "2019-09-27T02:30:21",
    "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": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/507/mbox/",
    "cover_letter": {
        "id": 2021,
        "url": "https://patchwork.libcamera.org/api/covers/2021/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2021/",
        "msgid": "<20190927023023.722396-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-09-27T02:30:21",
        "name": "[libcamera-devel,0/2] qcam: Fix issues in the Qt event dispatcher",
        "mbox": "https://patchwork.libcamera.org/cover/2021/mbox/"
    },
    "patches": [
        {
            "id": 2023,
            "url": "https://patchwork.libcamera.org/api/patches/2023/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2023/",
            "msgid": "<20190927023023.722396-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-09-27T02:30:22",
            "name": "[libcamera-devel,1/2] qcam: Fix unregister of not registered timer",
            "mbox": "https://patchwork.libcamera.org/patch/2023/mbox/"
        },
        {
            "id": 2022,
            "url": "https://patchwork.libcamera.org/api/patches/2022/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2022/",
            "msgid": "<20190927023023.722396-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-09-27T02:30:23",
            "name": "[libcamera-devel,2/2] qcam: Fix timers not emitting timeout signal",
            "mbox": "https://patchwork.libcamera.org/patch/2022/mbox/"
        }
    ]
}