Show a series.

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

{
    "id": 22351,
    "url": "https://patches.dpdk.org/api/series/22351/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=22351",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/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",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "[V2,1/3] port: support packet mirroring",
    "date": "2022-04-05T12:30:00",
    "submitter": {
        "id": 19,
        "url": "https://patches.dpdk.org/api/people/19/?format=api",
        "name": "Cristian Dumitrescu",
        "email": "cristian.dumitrescu@intel.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/22351/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 109147,
            "url": "https://patches.dpdk.org/api/patches/109147/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-1-cristian.dumitrescu@intel.com/",
            "msgid": "<20220405123002.40671-1-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220405123002.40671-1-cristian.dumitrescu@intel.com",
            "date": "2022-04-05T12:30:00",
            "name": "[V2,1/3] port: support packet mirroring",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-1-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 109148,
            "url": "https://patches.dpdk.org/api/patches/109148/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-2-cristian.dumitrescu@intel.com/",
            "msgid": "<20220405123002.40671-2-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220405123002.40671-2-cristian.dumitrescu@intel.com",
            "date": "2022-04-05T12:30:01",
            "name": "[V2,2/3] pipeline: support packet mirroring",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-2-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 109149,
            "url": "https://patches.dpdk.org/api/patches/109149/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-3-cristian.dumitrescu@intel.com/",
            "msgid": "<20220405123002.40671-3-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220405123002.40671-3-cristian.dumitrescu@intel.com",
            "date": "2022-04-05T12:30:02",
            "name": "[V2,3/3] examples/pipeline: support packet mirroring",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220405123002.40671-3-cristian.dumitrescu@intel.com/mbox/"
        }
    ]
}