Show a series.

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

{
    "id": 30902,
    "url": "https://patches.dpdk.org/api/series/30902/?format=api",
    "web_url": "https://patches.dpdk.org/project/ci/list/?series=30902",
    "project": {
        "id": 5,
        "url": "https://patches.dpdk.org/api/projects/5/?format=api",
        "name": "CI",
        "link_name": "ci",
        "list_id": "ci.dpdk.org",
        "list_email": "ci@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dpdk-ci",
        "webscm_url": "https://git.dpdk.org/tools/dpdk-ci/",
        "list_archive_url": "https://inbox.dpdk.org/ci",
        "list_archive_url_format": "https://inbox.dpdk.org/ci/{}",
        "commit_url_format": ""
    },
    "name": "post_pw: Correct the patch ID detection.",
    "date": "2024-01-24T13:38:04",
    "submitter": {
        "id": 332,
        "url": "https://patches.dpdk.org/api/people/332/?format=api",
        "name": "Aaron Conole",
        "email": "aconole@redhat.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/30902/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 136105,
            "url": "https://patches.dpdk.org/api/patches/136105/?format=api",
            "web_url": "https://patches.dpdk.org/project/ci/patch/20240124133804.73253-1-aconole@redhat.com/",
            "msgid": "<20240124133804.73253-1-aconole@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/ci/20240124133804.73253-1-aconole@redhat.com",
            "date": "2024-01-24T13:38:04",
            "name": "post_pw: Correct the patch ID detection.",
            "mbox": "https://patches.dpdk.org/project/ci/patch/20240124133804.73253-1-aconole@redhat.com/mbox/"
        }
    ]
}