Show a series.

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

{
    "id": 3147,
    "url": "https://patchwork.libcamera.org/api/series/3147/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3147",
    "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": "Move frame contexts queue to a separate",
    "date": "2022-05-27T19:17:37",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3147/mbox/",
    "cover_letter": {
        "id": 16102,
        "url": "https://patchwork.libcamera.org/api/covers/16102/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16102/",
        "msgid": "<20220527191740.242300-1-umang.jain@ideasonboard.com>",
        "date": "2022-05-27T19:17:37",
        "name": "[libcamera-devel,RFC,v2,0/3] Move frame contexts queue to a separate",
        "mbox": "https://patchwork.libcamera.org/cover/16102/mbox/"
    },
    "patches": [
        {
            "id": 16103,
            "url": "https://patchwork.libcamera.org/api/patches/16103/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16103/",
            "msgid": "<20220527191740.242300-2-umang.jain@ideasonboard.com>",
            "date": "2022-05-27T19:17:38",
            "name": "[libcamera-devel,RFC,v2,1/3] ipa: ipu3: Separate out frame context queue as a distinct class",
            "mbox": "https://patchwork.libcamera.org/patch/16103/mbox/"
        },
        {
            "id": 16104,
            "url": "https://patchwork.libcamera.org/api/patches/16104/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16104/",
            "msgid": "<20220527191740.242300-3-umang.jain@ideasonboard.com>",
            "date": "2022-05-27T19:17:39",
            "name": "[libcamera-devel,RFC,v2,2/3] ipa: ipu3: ipa_context: Extend FCQueue::get()",
            "mbox": "https://patchwork.libcamera.org/patch/16104/mbox/"
        },
        {
            "id": 16105,
            "url": "https://patchwork.libcamera.org/api/patches/16105/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16105/",
            "msgid": "<20220527191740.242300-4-umang.jain@ideasonboard.com>",
            "date": "2022-05-27T19:17:40",
            "name": "[libcamera-devel,RFC,v2,3/3] ipa: algorithm: process() should take in frame number instead of context",
            "mbox": "https://patchwork.libcamera.org/patch/16105/mbox/"
        }
    ]
}