Show a series.

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

{
    "id": 4020,
    "url": "http://patches.dpdk.org/api/series/4020/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4020",
    "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": "DMA map anonymous memory to eth devices",
    "date": "2019-04-01T10:34:04",
    "submitter": {
        "id": 634,
        "url": "http://patches.dpdk.org/api/people/634/?format=api",
        "name": "Shahaf Shuler",
        "email": "shahafs@mellanox.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4020/mbox/",
    "cover_letter": {
        "id": 51972,
        "url": "http://patches.dpdk.org/api/covers/51972/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1554114165.git.shahafs@mellanox.com/",
        "msgid": "<cover.1554114165.git.shahafs@mellanox.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/cover.1554114165.git.shahafs@mellanox.com",
        "date": "2019-04-01T10:34:03",
        "name": "[0/3] DMA map anonymous memory to eth devices",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1554114165.git.shahafs@mellanox.com/mbox/"
    },
    "patches": [
        {
            "id": 51969,
            "url": "http://patches.dpdk.org/api/patches/51969/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/8e193bdeef1080877dc503ccc34ea1fd861dc3d2.1554114165.git.shahafs@mellanox.com/",
            "msgid": "<8e193bdeef1080877dc503ccc34ea1fd861dc3d2.1554114165.git.shahafs@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/8e193bdeef1080877dc503ccc34ea1fd861dc3d2.1554114165.git.shahafs@mellanox.com",
            "date": "2019-04-01T10:34:04",
            "name": "[1/3] app/testpmd: fix mempool free on exit",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/8e193bdeef1080877dc503ccc34ea1fd861dc3d2.1554114165.git.shahafs@mellanox.com/mbox/"
        },
        {
            "id": 51971,
            "url": "http://patches.dpdk.org/api/patches/51971/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/aaf5c1bd800bca00e4b3fe50fcb2f1b464fde1ee.1554114165.git.shahafs@mellanox.com/",
            "msgid": "<aaf5c1bd800bca00e4b3fe50fcb2f1b464fde1ee.1554114165.git.shahafs@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/aaf5c1bd800bca00e4b3fe50fcb2f1b464fde1ee.1554114165.git.shahafs@mellanox.com",
            "date": "2019-04-01T10:34:05",
            "name": "[2/3] app/testpmd: support creation of no IOVA contig mempools",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/aaf5c1bd800bca00e4b3fe50fcb2f1b464fde1ee.1554114165.git.shahafs@mellanox.com/mbox/"
        },
        {
            "id": 51970,
            "url": "http://patches.dpdk.org/api/patches/51970/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/ad72b65b0ae75df5990f14b2d16b801c1fa571a1.1554114165.git.shahafs@mellanox.com/",
            "msgid": "<ad72b65b0ae75df5990f14b2d16b801c1fa571a1.1554114165.git.shahafs@mellanox.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/ad72b65b0ae75df5990f14b2d16b801c1fa571a1.1554114165.git.shahafs@mellanox.com",
            "date": "2019-04-01T10:34:06",
            "name": "[3/3] app/testpmd: map anonymous memory for eth devices",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/ad72b65b0ae75df5990f14b2d16b801c1fa571a1.1554114165.git.shahafs@mellanox.com/mbox/"
        }
    ]
}