Show a series.

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

{
    "id": 2399,
    "url": "https://patchwork.libcamera.org/api/series/2399/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2399",
    "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": "Fix Gnome Cheese and multiple camera",
    "date": "2021-08-26T13:23:43",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2399/mbox/",
    "cover_letter": {
        "id": 13510,
        "url": "https://patchwork.libcamera.org/api/covers/13510/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13510/",
        "msgid": "<20210826132346.1238420-1-nicolas@ndufresne.ca>",
        "date": "2021-08-26T13:23:43",
        "name": "[libcamera-devel,v2,0/3] Fix Gnome Cheese and multiple camera",
        "mbox": "https://patchwork.libcamera.org/cover/13510/mbox/"
    },
    "patches": [
        {
            "id": 13511,
            "url": "https://patchwork.libcamera.org/api/patches/13511/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13511/",
            "msgid": "<20210826132346.1238420-2-nicolas@ndufresne.ca>",
            "date": "2021-08-26T13:23:44",
            "name": "[libcamera-devel,v2,1/3] gstreamer: Fix deadlock when last allocator ref is held by buffer",
            "mbox": "https://patchwork.libcamera.org/patch/13511/mbox/"
        },
        {
            "id": 13512,
            "url": "https://patchwork.libcamera.org/api/patches/13512/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13512/",
            "msgid": "<20210826132346.1238420-3-nicolas@ndufresne.ca>",
            "date": "2021-08-26T13:23:45",
            "name": "[libcamera-devel,v2,2/3] gstreamer: Fix concurrent access issues to CameraManager",
            "mbox": "https://patchwork.libcamera.org/patch/13512/mbox/"
        },
        {
            "id": 13513,
            "url": "https://patchwork.libcamera.org/api/patches/13513/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13513/",
            "msgid": "<20210826132346.1238420-4-nicolas@ndufresne.ca>",
            "date": "2021-08-26T13:23:46",
            "name": "[libcamera-devel,v2,3/3] libcamerasrc: Fix deadlock on EOS",
            "mbox": "https://patchwork.libcamera.org/patch/13513/mbox/"
        }
    ]
}