Show a series.

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

{
    "id": 375018,
    "url": "http://patchwork.ozlabs.org/api/series/375018/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/gcc/list/?series=375018",
    "project": {
        "id": 17,
        "url": "http://patchwork.ozlabs.org/api/projects/17/?format=api",
        "name": "GNU Compiler Collection",
        "link_name": "gcc",
        "list_id": "gcc-patches.gcc.gnu.org",
        "list_email": "gcc-patches@gcc.gnu.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "middle-end Fold vec_cond into conditional ternary or binary operation when sharing operand [PR109154]",
    "date": "2023-09-27T00:49:50",
    "submitter": {
        "id": 69689,
        "url": "http://patchwork.ozlabs.org/api/people/69689/?format=api",
        "name": "Tamar Christina",
        "email": "Tamar.Christina@arm.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/375018/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1839980,
            "url": "http://patchwork.ozlabs.org/api/patches/1839980/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/gcc/patch/patch-17719-tamar@arm.com/",
            "msgid": "<patch-17719-tamar@arm.com>",
            "list_archive_url": null,
            "date": "2023-09-27T00:49:50",
            "name": "middle-end Fold vec_cond into conditional ternary or binary operation when sharing operand [PR109154]",
            "mbox": "http://patchwork.ozlabs.org/project/gcc/patch/patch-17719-tamar@arm.com/mbox/"
        }
    ]
}