Show a series.

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

{
    "id": 2198,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2198/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2198",
    "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": "base: Fix crash with recursive messages dispatch",
    "date": "2021-07-01T23:07:38",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2198/mbox/",
    "cover_letter": {
        "id": 12761,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/12761/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12761/",
        "msgid": "<20210701230741.14320-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-07-01T23:07:38",
        "name": "[libcamera-devel,0/3] base: Fix crash with recursive messages dispatch",
        "mbox": "https://patchwork.libcamera.org/cover/12761/mbox/"
    },
    "patches": [
        {
            "id": 12762,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12762/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12762/",
            "msgid": "<20210701230741.14320-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-01T23:07:39",
            "name": "[libcamera-devel,1/3] base: thread: Document the postMessage() function as thread-safe",
            "mbox": "https://patchwork.libcamera.org/patch/12762/mbox/"
        },
        {
            "id": 12763,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12763/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12763/",
            "msgid": "<20210701230741.14320-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-01T23:07:40",
            "name": "[libcamera-devel,2/3] test: message: Test recursive Thread::dispatchMessages() calls",
            "mbox": "https://patchwork.libcamera.org/patch/12763/mbox/"
        },
        {
            "id": 12764,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12764/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12764/",
            "msgid": "<20210701230741.14320-4-laurent.pinchart@ideasonboard.com>",
            "date": "2021-07-01T23:07:41",
            "name": "[libcamera-devel,3/3] base: thread: Fix recursive calls to dispatchMessages()",
            "mbox": "https://patchwork.libcamera.org/patch/12764/mbox/"
        }
    ]
}