Show a series.

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

{
    "id": 13774,
    "url": "https://patches.dpdk.org/api/series/13774/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13774",
    "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": "net/mlx5: fixes for rx queue count calculation",
    "date": "2020-11-10T14:09:34",
    "submitter": {
        "id": 112,
        "url": "https://patches.dpdk.org/api/people/112/?format=api",
        "name": "Maxime Leroy",
        "email": "maxime.leroy@6wind.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/13774/mbox/",
    "cover_letter": {
        "id": 83887,
        "url": "https://patches.dpdk.org/api/covers/83887/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20201110140938.15046-1-maxime.leroy@6wind.com/",
        "msgid": "<20201110140938.15046-1-maxime.leroy@6wind.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20201110140938.15046-1-maxime.leroy@6wind.com",
        "date": "2020-11-10T14:09:34",
        "name": "[0/4] net/mlx5: fixes for rx queue count calculation",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20201110140938.15046-1-maxime.leroy@6wind.com/mbox/"
    },
    "patches": [
        {
            "id": 83888,
            "url": "https://patches.dpdk.org/api/patches/83888/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-2-maxime.leroy@6wind.com/",
            "msgid": "<20201110140938.15046-2-maxime.leroy@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201110140938.15046-2-maxime.leroy@6wind.com",
            "date": "2020-11-10T14:09:35",
            "name": "[1/4] Revert \"net/mlx5: fix Rx queue count calculation\"",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-2-maxime.leroy@6wind.com/mbox/"
        },
        {
            "id": 83889,
            "url": "https://patches.dpdk.org/api/patches/83889/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-3-maxime.leroy@6wind.com/",
            "msgid": "<20201110140938.15046-3-maxime.leroy@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201110140938.15046-3-maxime.leroy@6wind.com",
            "date": "2020-11-10T14:09:36",
            "name": "[2/4] net/mlx5: fixed used initialization in rx_queue_count",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-3-maxime.leroy@6wind.com/mbox/"
        },
        {
            "id": 83890,
            "url": "https://patches.dpdk.org/api/patches/83890/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-4-maxime.leroy@6wind.com/",
            "msgid": "<20201110140938.15046-4-maxime.leroy@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201110140938.15046-4-maxime.leroy@6wind.com",
            "date": "2020-11-10T14:09:37",
            "name": "[3/4] net/mlx5: fix Rx descriptor status returned value",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-4-maxime.leroy@6wind.com/mbox/"
        },
        {
            "id": 83891,
            "url": "https://patches.dpdk.org/api/patches/83891/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-5-maxime.leroy@6wind.com/",
            "msgid": "<20201110140938.15046-5-maxime.leroy@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201110140938.15046-5-maxime.leroy@6wind.com",
            "date": "2020-11-10T14:09:38",
            "name": "[4/4] mlx5: re-add support of rx_queue_count for mlx5_rx_burst_mprq",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201110140938.15046-5-maxime.leroy@6wind.com/mbox/"
        }
    ]
}