Show a series.

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

{
    "id": 4904,
    "url": "http://patches.dpdk.org/api/series/4904/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4904",
    "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": "et/virtio: Fix packet segmentation bug",
    "date": "2019-06-05T10:00:35",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4904/mbox/",
    "cover_letter": {
        "id": 54403,
        "url": "http://patches.dpdk.org/api/covers/54403/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190605100039.18029-1-maxime.coquelin@redhat.com/",
        "msgid": "<20190605100039.18029-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190605100039.18029-1-maxime.coquelin@redhat.com",
        "date": "2019-06-05T10:00:35",
        "name": "[v3,0/4] et/virtio: Fix packet segmentation bug",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190605100039.18029-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 54404,
            "url": "http://patches.dpdk.org/api/patches/54404/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-2-maxime.coquelin@redhat.com/",
            "msgid": "<20190605100039.18029-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190605100039.18029-2-maxime.coquelin@redhat.com",
            "date": "2019-06-05T10:00:36",
            "name": "[v3,1/4] net/virtio: fix segmented packet issue in in-order Rx path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 54405,
            "url": "http://patches.dpdk.org/api/patches/54405/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-3-maxime.coquelin@redhat.com/",
            "msgid": "<20190605100039.18029-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190605100039.18029-3-maxime.coquelin@redhat.com",
            "date": "2019-06-05T10:00:37",
            "name": "[v3,2/4] net/virtio: fix segmented packet issue in mergeable Rx path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 54406,
            "url": "http://patches.dpdk.org/api/patches/54406/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-4-maxime.coquelin@redhat.com/",
            "msgid": "<20190605100039.18029-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190605100039.18029-4-maxime.coquelin@redhat.com",
            "date": "2019-06-05T10:00:38",
            "name": "[v3,3/4] net/virtio: fix segment data len in mergeable packed Rx path",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 54407,
            "url": "http://patches.dpdk.org/api/patches/54407/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-5-maxime.coquelin@redhat.com/",
            "msgid": "<20190605100039.18029-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190605100039.18029-5-maxime.coquelin@redhat.com",
            "date": "2019-06-05T10:00:39",
            "name": "[v3,4/4] net/virtio: remove useless pointers checks",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190605100039.18029-5-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}