Show a series.

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

{
    "id": 154,
    "url": "https://patchwork.libcamera.org/api/series/154/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=154",
    "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": "libcamera: Buffer Objects",
    "date": "2019-01-29T13:53:53",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/154/mbox/",
    "cover_letter": {
        "id": 440,
        "url": "https://patchwork.libcamera.org/api/covers/440/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/440/",
        "msgid": "<20190129135357.32339-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-01-29T13:53:53",
        "name": "[libcamera-devel,0/4] libcamera: Buffer Objects",
        "mbox": "https://patchwork.libcamera.org/cover/440/mbox/"
    },
    "patches": [
        {
            "id": 441,
            "url": "https://patchwork.libcamera.org/api/patches/441/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/441/",
            "msgid": "<20190129135357.32339-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-29T13:53:54",
            "name": "[libcamera-devel,1/4] libcamera: Add Buffer and BufferPool classes",
            "mbox": "https://patchwork.libcamera.org/patch/441/mbox/"
        },
        {
            "id": 442,
            "url": "https://patchwork.libcamera.org/api/patches/442/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/442/",
            "msgid": "<20190129135357.32339-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-29T13:53:55",
            "name": "[libcamera-devel,2/4] libcamera: buffer: Document the BufferPool",
            "mbox": "https://patchwork.libcamera.org/patch/442/mbox/"
        },
        {
            "id": 443,
            "url": "https://patchwork.libcamera.org/api/patches/443/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/443/",
            "msgid": "<20190129135357.32339-4-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-29T13:53:56",
            "name": "[libcamera-devel,3/4] libcamera: buffer: Provide access to the Buffer vector",
            "mbox": "https://patchwork.libcamera.org/patch/443/mbox/"
        },
        {
            "id": 444,
            "url": "https://patchwork.libcamera.org/api/patches/444/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/444/",
            "msgid": "<20190129135357.32339-5-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-29T13:53:57",
            "name": "[libcamera-devel,4/4] libcamera: buffer: Provide Buffer Planes",
            "mbox": "https://patchwork.libcamera.org/patch/444/mbox/"
        }
    ]
}