Show a series.

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

{
    "id": 1307,
    "url": "https://patchwork.libcamera.org/api/series/1307/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1307",
    "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": "Code tidy-ups",
    "date": "2020-09-22T09:50:14",
    "submitter": {
        "id": 34,
        "url": "https://patchwork.libcamera.org/api/people/34/?format=api",
        "name": "Naushir Patuck",
        "email": "naush@raspberrypi.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1307/mbox/",
    "cover_letter": {
        "id": 9693,
        "url": "https://patchwork.libcamera.org/api/covers/9693/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9693/",
        "msgid": "<20200922095018.68434-1-naush@raspberrypi.com>",
        "date": "2020-09-22T09:50:14",
        "name": "[libcamera-devel,0/4] Code tidy-ups",
        "mbox": "https://patchwork.libcamera.org/cover/9693/mbox/"
    },
    "patches": [
        {
            "id": 9694,
            "url": "https://patchwork.libcamera.org/api/patches/9694/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9694/",
            "msgid": "<20200922095018.68434-2-naush@raspberrypi.com>",
            "date": "2020-09-22T09:50:15",
            "name": "[libcamera-devel,1/4] pipeline: raspberrypi: Move RPiStream and RPiDevice to its own namespace",
            "mbox": "https://patchwork.libcamera.org/patch/9694/mbox/"
        },
        {
            "id": 9695,
            "url": "https://patchwork.libcamera.org/api/patches/9695/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9695/",
            "msgid": "<20200922095018.68434-3-naush@raspberrypi.com>",
            "date": "2020-09-22T09:50:16",
            "name": "[libcamera-devel,2/4] ipa: raspberrypi: Move IPA parameters to the RPi namespace",
            "mbox": "https://patchwork.libcamera.org/patch/9695/mbox/"
        },
        {
            "id": 9696,
            "url": "https://patchwork.libcamera.org/api/patches/9696/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9696/",
            "msgid": "<20200922095018.68434-4-naush@raspberrypi.com>",
            "date": "2020-09-22T09:50:17",
            "name": "[libcamera-devel,3/4] ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController",
            "mbox": "https://patchwork.libcamera.org/patch/9696/mbox/"
        },
        {
            "id": 9697,
            "url": "https://patchwork.libcamera.org/api/patches/9697/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9697/",
            "msgid": "<20200922095018.68434-5-naush@raspberrypi.com>",
            "date": "2020-09-22T09:50:18",
            "name": "[libcamera-devel,4/4] ipa: raspberrypi: Tidy up variable names to be consistent",
            "mbox": "https://patchwork.libcamera.org/patch/9697/mbox/"
        }
    ]
}