GET /api/v1/panels/245/versions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 245,
            "hash_id": "595ce30f8f62036352471f39",
            "name": "Adult solid tumours cancer susceptibility",
            "disease_group": "Cancer Programme",
            "disease_sub_group": "Pertinent cancer susceptibility gene panel",
            "status": "public",
            "version": "2.29",
            "version_created": "2024-01-24T18:24:52.770842Z",
            "relevant_disorders": [
                "Carcinoma of unknown primary",
                "Other",
                "Adult solid tumours pertinent cancer susceptibility"
            ],
            "stats": {
                "number_of_genes": 105,
                "number_of_strs": 0,
                "number_of_regions": 0
            },
            "types": [
                {
                    "name": "Cancer Germline 100K",
                    "slug": "cancer-germline-100k",
                    "description": "Cancer Germline 100K"
                },
                {
                    "name": "GMS Cancer Germline Virtual",
                    "slug": "gms-cancer-germline-virtual",
                    "description": "This is a panel used for WGS germline analysis for the GMS."
                },
                {
                    "name": "GMS signed-off",
                    "slug": "gms-signed-off",
                    "description": "This panel has undergone review by a NHSE GMS disease specialist group and processes to be signed-off for use within the GMS."
                }
            ]
        }
    ]
}