Show a series.

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

{
    "id": 7824,
    "url": "http://patches.dpdk.org/api/series/7824/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7824",
    "project": {
        "id": 1,
        "url": "http://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": "Add external contiguous memory support to Virtio-user",
    "date": "2019-12-13T14:13:18",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/7824/mbox/",
    "cover_letter": {
        "id": 63844,
        "url": "http://patches.dpdk.org/api/covers/63844/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20191213141322.32730-1-maxime.coquelin@redhat.com/",
        "msgid": "<20191213141322.32730-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20191213141322.32730-1-maxime.coquelin@redhat.com",
        "date": "2019-12-13T14:13:18",
        "name": "[0/4] Add external contiguous memory support to Virtio-user",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20191213141322.32730-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 63845,
            "url": "http://patches.dpdk.org/api/patches/63845/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-2-maxime.coquelin@redhat.com/",
            "msgid": "<20191213141322.32730-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191213141322.32730-2-maxime.coquelin@redhat.com",
            "date": "2019-12-13T14:13:19",
            "name": "[1/4] eal: add new API to register contiguous external memory",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 63846,
            "url": "http://patches.dpdk.org/api/patches/63846/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-3-maxime.coquelin@redhat.com/",
            "msgid": "<20191213141322.32730-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191213141322.32730-3-maxime.coquelin@redhat.com",
            "date": "2019-12-13T14:13:20",
            "name": "[2/4] eal: allow getting memory segment FD with external memory",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 63847,
            "url": "http://patches.dpdk.org/api/patches/63847/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-4-maxime.coquelin@redhat.com/",
            "msgid": "<20191213141322.32730-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191213141322.32730-4-maxime.coquelin@redhat.com",
            "date": "2019-12-13T14:13:21",
            "name": "[3/4] bus/vdev: add DMA mapping supprt",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 63848,
            "url": "http://patches.dpdk.org/api/patches/63848/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-5-maxime.coquelin@redhat.com/",
            "msgid": "<20191213141322.32730-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191213141322.32730-5-maxime.coquelin@redhat.com",
            "date": "2019-12-13T14:13:22",
            "name": "[4/4] net/virtio: add DMA mapping callback to virtio-user",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191213141322.32730-5-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}