Show a series.

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

{
    "id": 492593,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/492593/?format=api",
    "project": {
        "id": 47,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/47/?format=api",
        "name": "Open vSwitch",
        "link_name": "openvswitch",
        "list_id": "ovs-dev.openvswitch.org",
        "list_email": "ovs-dev@openvswitch.org",
        "web_url": "http://openvswitch.org/",
        "scm_url": "git@github.com:openvswitch/ovs.git",
        "webscm_url": "https://github.com/openvswitch/ovs"
    },
    "name": "Remove outdated PoC and Vagrant scripts.",
    "date": "2026-02-18T19:30:21",
    "submitter": {
        "id": 76798,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/76798/?format=api",
        "name": "Ilya Maximets",
        "email": "i.maximets@ovn.org"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/492593/mbox/",
    "cover_letter": {
        "id": 2197857,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/2197857/?format=api",
        "msgid": "<20260218193025.2389021-1-i.maximets@ovn.org>",
        "date": "2026-02-18T19:30:21",
        "name": "[ovs-dev,0/2] Remove outdated PoC and Vagrant scripts."
    },
    "patches": [
        {
            "id": 2197858,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197858/?format=api",
            "msgid": "<20260218193025.2389021-2-i.maximets@ovn.org>",
            "date": "2026-02-18T19:30:22",
            "name": "[ovs-dev,1/2] poc: Remove outdated proof of concept scripts.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/20260218193025.2389021-2-i.maximets@ovn.org/mbox/"
        },
        {
            "id": 2197859,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/2197859/?format=api",
            "msgid": "<20260218193025.2389021-3-i.maximets@ovn.org>",
            "date": "2026-02-18T19:30:23",
            "name": "[ovs-dev,2/2] vagrant: Remove outdated vagrant integration.",
            "mbox": "http://patchwork.ozlabs.org/project/openvswitch/patch/20260218193025.2389021-3-i.maximets@ovn.org/mbox/"
        }
    ]
}