Show a series.

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

{
    "id": 4892,
    "url": "http://patches.dpdk.org/api/series/4892/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4892",
    "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": "net/virtio: Fix packet segmentation bug",
    "date": "2019-06-04T15:31:19",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4892/mbox/",
    "cover_letter": {
        "id": 54357,
        "url": "http://patches.dpdk.org/api/covers/54357/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190604153122.10958-1-maxime.coquelin@redhat.com/",
        "msgid": "<20190604153122.10958-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190604153122.10958-1-maxime.coquelin@redhat.com",
        "date": "2019-06-04T15:31:19",
        "name": "[0/3] net/virtio: Fix packet segmentation bug",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190604153122.10958-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 54358,
            "url": "http://patches.dpdk.org/api/patches/54358/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-2-maxime.coquelin@redhat.com/",
            "msgid": "<20190604153122.10958-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190604153122.10958-2-maxime.coquelin@redhat.com",
            "date": "2019-06-04T15:31:20",
            "name": "[1/3] net/virtio: fix segmented packet issue in in-order Rx path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 54360,
            "url": "http://patches.dpdk.org/api/patches/54360/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-3-maxime.coquelin@redhat.com/",
            "msgid": "<20190604153122.10958-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190604153122.10958-3-maxime.coquelin@redhat.com",
            "date": "2019-06-04T15:31:21",
            "name": "[2/3] net/virtio: fix segmented packet issue in mergeable Rx path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 54359,
            "url": "http://patches.dpdk.org/api/patches/54359/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-4-maxime.coquelin@redhat.com/",
            "msgid": "<20190604153122.10958-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190604153122.10958-4-maxime.coquelin@redhat.com",
            "date": "2019-06-04T15:31:22",
            "name": "[3/3] net/virtio: remove useless pointers checks",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190604153122.10958-4-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}