Show a series.

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

{
    "id": 3369,
    "url": "https://patches.dpdk.org/api/series/3369/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3369",
    "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": "Introduce travis support",
    "date": "2019-02-01T16:48:12",
    "submitter": {
        "id": 1214,
        "url": "https://patches.dpdk.org/api/people/1214/?format=api",
        "name": "Michael Santana",
        "email": "msantana@redhat.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/3369/mbox/",
    "cover_letter": {
        "id": 50114,
        "url": "https://patches.dpdk.org/api/covers/50114/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20190201164814.11185-1-msantana@redhat.com/",
        "msgid": "<20190201164814.11185-1-msantana@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190201164814.11185-1-msantana@redhat.com",
        "date": "2019-02-01T16:48:12",
        "name": "[v3,0/2] Introduce travis support",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20190201164814.11185-1-msantana@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 50115,
            "url": "https://patches.dpdk.org/api/patches/50115/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190201164814.11185-2-msantana@redhat.com/",
            "msgid": "<20190201164814.11185-2-msantana@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190201164814.11185-2-msantana@redhat.com",
            "date": "2019-02-01T16:48:13",
            "name": "[v3,1/2] examples/vhost_scsi: Don't build without virtio_scsi.h",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190201164814.11185-2-msantana@redhat.com/mbox/"
        },
        {
            "id": 50116,
            "url": "https://patches.dpdk.org/api/patches/50116/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190201164814.11185-3-msantana@redhat.com/",
            "msgid": "<20190201164814.11185-3-msantana@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190201164814.11185-3-msantana@redhat.com",
            "date": "2019-02-01T16:48:14",
            "name": "[v3,2/2] ci: Introduce travis builds for github repositories",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190201164814.11185-3-msantana@redhat.com/mbox/"
        }
    ]
}