Show a series.

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

{
    "id": 3157,
    "url": "https://patchwork.libcamera.org/api/series/3157/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3157",
    "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 separate class",
    "date": "2022-06-03T13:22:55",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3157/mbox/",
    "cover_letter": {
        "id": 16137,
        "url": "https://patchwork.libcamera.org/api/covers/16137/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16137/",
        "msgid": "<20220603132259.188845-1-umang.jain@ideasonboard.com>",
        "date": "2022-06-03T13:22:55",
        "name": "[libcamera-devel,v1,0/4] Move frame contexts queue to separate class",
        "mbox": "https://patchwork.libcamera.org/cover/16137/mbox/"
    },
    "patches": [
        {
            "id": 16138,
            "url": "https://patchwork.libcamera.org/api/patches/16138/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16138/",
            "msgid": "<20220603132259.188845-2-umang.jain@ideasonboard.com>",
            "date": "2022-06-03T13:22:56",
            "name": "[libcamera-devel,v1,1/4] ipa: ipu3: Separate out frame context queue as a distinct class",
            "mbox": "https://patchwork.libcamera.org/patch/16138/mbox/"
        },
        {
            "id": 16139,
            "url": "https://patchwork.libcamera.org/api/patches/16139/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16139/",
            "msgid": "<20220603132259.188845-3-umang.jain@ideasonboard.com>",
            "date": "2022-06-03T13:22:57",
            "name": "[libcamera-devel,v1,2/4] ipa: ipu3: ipa_context: Extend FCQueue::get()",
            "mbox": "https://patchwork.libcamera.org/patch/16139/mbox/"
        },
        {
            "id": 16140,
            "url": "https://patchwork.libcamera.org/api/patches/16140/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16140/",
            "msgid": "<20220603132259.188845-4-umang.jain@ideasonboard.com>",
            "date": "2022-06-03T13:22:58",
            "name": "[libcamera-devel,v1,3/4] ipa: ipu3: Prevent over queuing of requests",
            "mbox": "https://patchwork.libcamera.org/patch/16140/mbox/"
        },
        {
            "id": 16141,
            "url": "https://patchwork.libcamera.org/api/patches/16141/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16141/",
            "msgid": "<20220603132259.188845-5-umang.jain@ideasonboard.com>",
            "date": "2022-06-03T13:22:59",
            "name": "[libcamera-devel,v1,4/4] ipa: algorithm: process() should take in frame number instead of context",
            "mbox": "https://patchwork.libcamera.org/patch/16141/mbox/"
        }
    ]
}