Show a series.

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

{
    "id": 87,
    "url": "https://patchwork.libcamera.org/api/series/87/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=87",
    "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": "General fixes",
    "date": "2019-01-17T20:20:38",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/87/mbox/",
    "cover_letter": {
        "id": 256,
        "url": "https://patchwork.libcamera.org/api/covers/256/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/256/",
        "msgid": "<20190117202043.21420-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-01-17T20:20:38",
        "name": "[libcamera-devel,0/5] General fixes",
        "mbox": "https://patchwork.libcamera.org/cover/256/mbox/"
    },
    "patches": [
        {
            "id": 257,
            "url": "https://patchwork.libcamera.org/api/patches/257/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/257/",
            "msgid": "<20190117202043.21420-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-17T20:20:39",
            "name": "[libcamera-devel,1/5] test: timer: Initialise all variables",
            "mbox": "https://patchwork.libcamera.org/patch/257/mbox/"
        },
        {
            "id": 258,
            "url": "https://patchwork.libcamera.org/api/patches/258/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/258/",
            "msgid": "<20190117202043.21420-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-17T20:20:40",
            "name": "[libcamera-devel,2/5] test: timer: Add a 32 bit wraparound test",
            "mbox": "https://patchwork.libcamera.org/patch/258/mbox/"
        },
        {
            "id": 259,
            "url": "https://patchwork.libcamera.org/api/patches/259/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/259/",
            "msgid": "<20190117202043.21420-4-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-17T20:20:41",
            "name": "[libcamera-devel,3/5] libcamera: timer: Fix 32 bit wrap",
            "mbox": "https://patchwork.libcamera.org/patch/259/mbox/"
        },
        {
            "id": 260,
            "url": "https://patchwork.libcamera.org/api/patches/260/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/260/",
            "msgid": "<20190117202043.21420-5-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-17T20:20:42",
            "name": "[libcamera-devel,4/5] libcamera: log: Fix coding style warnings",
            "mbox": "https://patchwork.libcamera.org/patch/260/mbox/"
        },
        {
            "id": 261,
            "url": "https://patchwork.libcamera.org/api/patches/261/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/261/",
            "msgid": "<20190117202043.21420-6-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-17T20:20:43",
            "name": "[libcamera-devel,5/5] libcamera: event_dispatcher_poll: Fix trivial spelling",
            "mbox": "https://patchwork.libcamera.org/patch/261/mbox/"
        }
    ]
}