Show a series.

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

{
    "id": 46,
    "url": "https://patchwork.libcamera.org/api/1.1/series/46/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=46",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "test: Unit Test Improvements",
    "date": "2019-01-01T21:29:42",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/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/46/mbox/",
    "cover_letter": {
        "id": 121,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/121/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/121/",
        "msgid": "<20190101212947.28098-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-01-01T21:29:42",
        "name": "[libcamera-devel,0/5] test: Unit Test Improvements",
        "mbox": "https://patchwork.libcamera.org/cover/121/mbox/"
    },
    "patches": [
        {
            "id": 122,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/122/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/122/",
            "msgid": "<20190101212947.28098-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-01T21:29:43",
            "name": "[libcamera-devel,1/5] test: media_device: Move test definition",
            "mbox": "https://patchwork.libcamera.org/patch/122/mbox/"
        },
        {
            "id": 123,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/123/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/123/",
            "msgid": "<20190101212947.28098-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-01T21:29:44",
            "name": "[libcamera-devel,2/5] test: Use foreach iterators to simplify definitions",
            "mbox": "https://patchwork.libcamera.org/patch/123/mbox/"
        },
        {
            "id": 124,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/124/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/124/",
            "msgid": "<20190101212947.28098-4-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-01T21:29:45",
            "name": "[libcamera-devel,3/5] test: Move include definitions to libtest",
            "mbox": "https://patchwork.libcamera.org/patch/124/mbox/"
        },
        {
            "id": 125,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/125/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/125/",
            "msgid": "<20190101212947.28098-5-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-01T21:29:46",
            "name": "[libcamera-devel,4/5] test: media_device: Convert to foreach",
            "mbox": "https://patchwork.libcamera.org/patch/125/mbox/"
        },
        {
            "id": 126,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/126/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/126/",
            "msgid": "<20190101212947.28098-6-kieran.bingham@ideasonboard.com>",
            "date": "2019-01-01T21:29:47",
            "name": "[libcamera-devel,5/5] libcamera: Remove libcamera class",
            "mbox": "https://patchwork.libcamera.org/patch/126/mbox/"
        }
    ]
}