Show a series.

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

{
    "id": 24366,
    "url": "http://patchwork.dpdk.org/api/series/24366/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=24366",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "pipeline: make the hash function configurable per table",
    "date": "2022-08-19T19:52:19",
    "submitter": {
        "id": 19,
        "url": "http://patchwork.dpdk.org/api/people/19/?format=api",
        "name": "Cristian Dumitrescu",
        "email": "cristian.dumitrescu@intel.com"
    },
    "version": 2,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/24366/mbox/",
    "cover_letter": {
        "id": 115296,
        "url": "http://patchwork.dpdk.org/api/covers/115296/?format=api",
        "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20220819195225.1483020-1-cristian.dumitrescu@intel.com/",
        "msgid": "<20220819195225.1483020-1-cristian.dumitrescu@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-1-cristian.dumitrescu@intel.com",
        "date": "2022-08-19T19:52:19",
        "name": "[V2,0/6] pipeline: make the hash function configurable per table",
        "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20220819195225.1483020-1-cristian.dumitrescu@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 115297,
            "url": "http://patchwork.dpdk.org/api/patches/115297/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-2-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-2-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-2-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:20",
            "name": "[V2,1/6] table: add hash function prototype",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-2-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 115298,
            "url": "http://patchwork.dpdk.org/api/patches/115298/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-3-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-3-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-3-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:21",
            "name": "[V2,2/6] table: add key comparison functions",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-3-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 115299,
            "url": "http://patchwork.dpdk.org/api/patches/115299/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-4-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-4-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-4-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:22",
            "name": "[V2,3/6] table: configure the hash function for regular tables",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-4-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 115300,
            "url": "http://patchwork.dpdk.org/api/patches/115300/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-5-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-5-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-5-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:23",
            "name": "[V2,4/6] pipeline: configure the hash function for regular tables",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-5-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 115301,
            "url": "http://patchwork.dpdk.org/api/patches/115301/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-6-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-6-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-6-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:24",
            "name": "[V2,5/6] table: configure the hash function for learner tables",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-6-cristian.dumitrescu@intel.com/mbox/"
        },
        {
            "id": 115302,
            "url": "http://patchwork.dpdk.org/api/patches/115302/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-7-cristian.dumitrescu@intel.com/",
            "msgid": "<20220819195225.1483020-7-cristian.dumitrescu@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220819195225.1483020-7-cristian.dumitrescu@intel.com",
            "date": "2022-08-19T19:52:25",
            "name": "[V2,6/6] pipeline: configure the hash function for learner tables",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220819195225.1483020-7-cristian.dumitrescu@intel.com/mbox/"
        }
    ]
}