Show a series.

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

{
    "id": 1500,
    "url": "https://patchwork.libcamera.org/api/series/1500/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1500",
    "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": "Raspberry Pi AGC: initial frame drop count",
    "date": "2020-12-02T11:52:48",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1500/mbox/",
    "cover_letter": {
        "id": 10541,
        "url": "https://patchwork.libcamera.org/api/covers/10541/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/10541/",
        "msgid": "<20201202115253.14705-1-david.plowman@raspberrypi.com>",
        "date": "2020-12-02T11:52:48",
        "name": "[libcamera-devel,0/5] Raspberry Pi AGC: initial frame drop count",
        "mbox": "https://patchwork.libcamera.org/cover/10541/mbox/"
    },
    "patches": [
        {
            "id": 10542,
            "url": "https://patchwork.libcamera.org/api/patches/10542/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10542/",
            "msgid": "<20201202115253.14705-2-david.plowman@raspberrypi.com>",
            "date": "2020-12-02T11:52:49",
            "name": "[libcamera-devel,1/5] src: ipa: raspberrypi: Distinguish the first camera start from others",
            "mbox": "https://patchwork.libcamera.org/patch/10542/mbox/"
        },
        {
            "id": 10543,
            "url": "https://patchwork.libcamera.org/api/patches/10543/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10543/",
            "msgid": "<20201202115253.14705-3-david.plowman@raspberrypi.com>",
            "date": "2020-12-02T11:52:50",
            "name": "[libcamera-devel,2/5] src: raspberrypi: Pass the drop frame count in start, not configure",
            "mbox": "https://patchwork.libcamera.org/patch/10543/mbox/"
        },
        {
            "id": 10544,
            "url": "https://patchwork.libcamera.org/api/patches/10544/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10544/",
            "msgid": "<20201202115253.14705-4-david.plowman@raspberrypi.com>",
            "date": "2020-12-02T11:52:51",
            "name": "[libcamera-devel,3/5] src: ipa: raspberrypi: agc: Add GetDropFrames method to AGC base class",
            "mbox": "https://patchwork.libcamera.org/patch/10544/mbox/"
        },
        {
            "id": 10545,
            "url": "https://patchwork.libcamera.org/api/patches/10545/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10545/",
            "msgid": "<20201202115253.14705-5-david.plowman@raspberrypi.com>",
            "date": "2020-12-02T11:52:52",
            "name": "[libcamera-devel,4/5] src: ipa: raspberrypi: Move initial frame drop decision to AGC",
            "mbox": "https://patchwork.libcamera.org/patch/10545/mbox/"
        },
        {
            "id": 10546,
            "url": "https://patchwork.libcamera.org/api/patches/10546/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10546/",
            "msgid": "<20201202115253.14705-6-david.plowman@raspberrypi.com>",
            "date": "2020-12-02T11:52:53",
            "name": "[libcamera-devel,5/5] src: ipa: raspberrypi: Drop the correct number of frames on startup for ov5647",
            "mbox": "https://patchwork.libcamera.org/patch/10546/mbox/"
        }
    ]
}