Show a series.

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

{
    "id": 29256,
    "url": "http://patches.dpdk.org/api/1.0/series/29256/?format=api",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/1.0/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk"
    },
    "name": "enable use of the MSVC compiler",
    "date": "2023-08-16T21:56:12",
    "submitter": {
        "id": 2077,
        "url": "http://patches.dpdk.org/api/1.0/people/2077/?format=api",
        "name": "Tyler Retzlaff",
        "email": "roretzla@linux.microsoft.com"
    },
    "version": 5,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/29256/mbox/",
    "cover_letter": {
        "id": 66,
        "url": "http://patches.dpdk.org/api/1.0/covers/66/?format=api",
        "msgid": "<1692222976-2908-1-git-send-email-roretzla@linux.microsoft.com>",
        "date": "2023-08-16T21:56:12",
        "name": "[v5,0/4] enable use of the MSVC compiler"
    },
    "patches": [
        {
            "id": 130447,
            "url": "http://patches.dpdk.org/api/1.0/patches/130447/?format=api",
            "msgid": "<1692222976-2908-2-git-send-email-roretzla@linux.microsoft.com>",
            "date": "2023-08-16T21:56:13",
            "name": "[v5,1/4] build: unblock the use of the MSVC compiler",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1692222976-2908-2-git-send-email-roretzla@linux.microsoft.com/mbox/"
        },
        {
            "id": 130444,
            "url": "http://patches.dpdk.org/api/1.0/patches/130444/?format=api",
            "msgid": "<1692222976-2908-3-git-send-email-roretzla@linux.microsoft.com>",
            "date": "2023-08-16T21:56:14",
            "name": "[v5,2/4] build: determine execution environment at config time",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1692222976-2908-3-git-send-email-roretzla@linux.microsoft.com/mbox/"
        },
        {
            "id": 130445,
            "url": "http://patches.dpdk.org/api/1.0/patches/130445/?format=api",
            "msgid": "<1692222976-2908-4-git-send-email-roretzla@linux.microsoft.com>",
            "date": "2023-08-16T21:56:15",
            "name": "[v5,3/4] build: limit what is built when using MSVC compiler",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1692222976-2908-4-git-send-email-roretzla@linux.microsoft.com/mbox/"
        },
        {
            "id": 130446,
            "url": "http://patches.dpdk.org/api/1.0/patches/130446/?format=api",
            "msgid": "<1692222976-2908-5-git-send-email-roretzla@linux.microsoft.com>",
            "date": "2023-08-16T21:56:16",
            "name": "[v5,4/4] build: enable MSVC specific compiler options",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1692222976-2908-5-git-send-email-roretzla@linux.microsoft.com/mbox/"
        }
    ]
}