Show a series.

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

{
    "id": 20,
    "url": "http://patches.dpdk.org/api/series/20/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=20",
    "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: Tx path selection and offload improvements",
    "date": "2018-06-06T12:31:23",
    "submitter": {
        "id": 512,
        "url": "http://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/20/mbox/",
    "cover_letter": {
        "id": 40691,
        "url": "http://patches.dpdk.org/api/covers/40691/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20180606123128.7868-1-maxime.coquelin@redhat.com/",
        "msgid": "<20180606123128.7868-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-1-maxime.coquelin@redhat.com",
        "date": "2018-06-06T12:31:23",
        "name": "[dpdk-dev,v2,0/5] net/virtio: Tx path selection and offload improvements",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20180606123128.7868-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 40692,
            "url": "http://patches.dpdk.org/api/patches/40692/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-2-maxime.coquelin@redhat.com/",
            "msgid": "<20180606123128.7868-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-2-maxime.coquelin@redhat.com",
            "date": "2018-06-06T12:31:24",
            "name": "[dpdk-dev,v2,1/5] net/virtio: prevent simple Tx path selection by default",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40693,
            "url": "http://patches.dpdk.org/api/patches/40693/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-3-maxime.coquelin@redhat.com/",
            "msgid": "<20180606123128.7868-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-3-maxime.coquelin@redhat.com",
            "date": "2018-06-06T12:31:25",
            "name": "[dpdk-dev,v2,2/5] net/virtio: use simple path for Tx even if Rx mergeable",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-3-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40694,
            "url": "http://patches.dpdk.org/api/patches/40694/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-4-maxime.coquelin@redhat.com/",
            "msgid": "<20180606123128.7868-4-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-4-maxime.coquelin@redhat.com",
            "date": "2018-06-06T12:31:26",
            "name": "[dpdk-dev,v2,3/5] net/vhost: improve Tx path selection",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-4-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40695,
            "url": "http://patches.dpdk.org/api/patches/40695/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-5-maxime.coquelin@redhat.com/",
            "msgid": "<20180606123128.7868-5-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-5-maxime.coquelin@redhat.com",
            "date": "2018-06-06T12:31:27",
            "name": "[dpdk-dev,v2,4/5] net/virtio: don't use simple Rx if TCP LRO or VLAN strip requested",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-5-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 40696,
            "url": "http://patches.dpdk.org/api/patches/40696/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-6-maxime.coquelin@redhat.com/",
            "msgid": "<20180606123128.7868-6-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20180606123128.7868-6-maxime.coquelin@redhat.com",
            "date": "2018-06-06T12:31:28",
            "name": "[dpdk-dev,v2,5/5] net/virtio: improve offload check performance",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180606123128.7868-6-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}