Show a series.

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

{
    "id": 15722,
    "url": "https://patches.dpdk.org/api/series/15722/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=15722",
    "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": "Refactor async vhost control path",
    "date": "2021-03-17T12:56:09",
    "submitter": {
        "id": 539,
        "url": "https://patches.dpdk.org/api/people/539/?format=api",
        "name": "Hu, Jiayu",
        "email": "jiayu.hu@intel.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/15722/mbox/",
    "cover_letter": {
        "id": 89324,
        "url": "https://patches.dpdk.org/api/covers/89324/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1615985773-406787-1-git-send-email-jiayu.hu@intel.com/",
        "msgid": "<1615985773-406787-1-git-send-email-jiayu.hu@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1615985773-406787-1-git-send-email-jiayu.hu@intel.com",
        "date": "2021-03-17T12:56:09",
        "name": "[0/4] Refactor async vhost control path",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1615985773-406787-1-git-send-email-jiayu.hu@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 89325,
            "url": "https://patches.dpdk.org/api/patches/89325/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-2-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1615985773-406787-2-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1615985773-406787-2-git-send-email-jiayu.hu@intel.com",
            "date": "2021-03-17T12:56:10",
            "name": "[1/4] vhost: fix uninitialized vhost queue",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-2-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 89326,
            "url": "https://patches.dpdk.org/api/patches/89326/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-3-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1615985773-406787-3-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1615985773-406787-3-git-send-email-jiayu.hu@intel.com",
            "date": "2021-03-17T12:56:11",
            "name": "[2/4] vhost: remove unnecessary free",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-3-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 89327,
            "url": "https://patches.dpdk.org/api/patches/89327/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-4-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1615985773-406787-4-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1615985773-406787-4-git-send-email-jiayu.hu@intel.com",
            "date": "2021-03-17T12:56:12",
            "name": "[3/4] vhost: avoid deadlock on async register",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-4-git-send-email-jiayu.hu@intel.com/mbox/"
        },
        {
            "id": 89328,
            "url": "https://patches.dpdk.org/api/patches/89328/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-5-git-send-email-jiayu.hu@intel.com/",
            "msgid": "<1615985773-406787-5-git-send-email-jiayu.hu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1615985773-406787-5-git-send-email-jiayu.hu@intel.com",
            "date": "2021-03-17T12:56:13",
            "name": "[4/4] doc: update async vhost register/unregister",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1615985773-406787-5-git-send-email-jiayu.hu@intel.com/mbox/"
        }
    ]
}