Show a series.

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

{
    "id": 661,
    "url": "https://patchwork.libcamera.org/api/series/661/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=661",
    "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": "Support loading IPAs from the build tree",
    "date": "2020-02-05T13:04:15",
    "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/661/mbox/",
    "cover_letter": {
        "id": 2770,
        "url": "https://patchwork.libcamera.org/api/covers/2770/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2770/",
        "msgid": "<20200205130420.8736-1-kieran.bingham@ideasonboard.com>",
        "date": "2020-02-05T13:04:15",
        "name": "[libcamera-devel,0/5] Support loading IPAs from the build tree",
        "mbox": "https://patchwork.libcamera.org/cover/2770/mbox/"
    },
    "patches": [
        {
            "id": 2771,
            "url": "https://patchwork.libcamera.org/api/patches/2771/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2771/",
            "msgid": "<20200205130420.8736-2-kieran.bingham@ideasonboard.com>",
            "date": "2020-02-05T13:04:16",
            "name": "[libcamera-devel,1/5] libcamera: utils: Provide helper to get dynamic library runpath",
            "mbox": "https://patchwork.libcamera.org/patch/2771/mbox/"
        },
        {
            "id": 2772,
            "url": "https://patchwork.libcamera.org/api/patches/2772/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2772/",
            "msgid": "<20200205130420.8736-3-kieran.bingham@ideasonboard.com>",
            "date": "2020-02-05T13:04:17",
            "name": "[libcamera-devel,2/5] libcamera: ipa_manager: Split path handling",
            "mbox": "https://patchwork.libcamera.org/patch/2772/mbox/"
        },
        {
            "id": 2773,
            "url": "https://patchwork.libcamera.org/api/patches/2773/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2773/",
            "msgid": "<20200205130420.8736-4-kieran.bingham@ideasonboard.com>",
            "date": "2020-02-05T13:04:18",
            "name": "[libcamera-devel,3/5] libcamera: ipa_manager: Allow recursive parsing",
            "mbox": "https://patchwork.libcamera.org/patch/2773/mbox/"
        },
        {
            "id": 2774,
            "url": "https://patchwork.libcamera.org/api/patches/2774/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2774/",
            "msgid": "<20200205130420.8736-5-kieran.bingham@ideasonboard.com>",
            "date": "2020-02-05T13:04:19",
            "name": "[libcamera-devel,4/5] libcamera: ipa_manager: Search the runpath for IPA libraries",
            "mbox": "https://patchwork.libcamera.org/patch/2774/mbox/"
        },
        {
            "id": 2775,
            "url": "https://patchwork.libcamera.org/api/patches/2775/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2775/",
            "msgid": "<20200205130420.8736-6-kieran.bingham@ideasonboard.com>",
            "date": "2020-02-05T13:04:20",
            "name": "[libcamera-devel,5/5] tests: Remove IPA_MODULE_PATH environment variable",
            "mbox": "https://patchwork.libcamera.org/patch/2775/mbox/"
        }
    ]
}