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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 235,
            "hash_id": "55b7a0bb22c1fc05fd2345d1",
            "name": "Distal myopathies",
            "disease_group": "Neurology and neurodevelopmental disorders",
            "disease_sub_group": "Neuromuscular disorders",
            "status": "public",
            "version": "3.17",
            "version_created": "2024-01-23T14:59:31.714175Z",
            "relevant_disorders": [],
            "stats": {
                "number_of_genes": 31,
                "number_of_strs": 2,
                "number_of_regions": 0
            },
            "types": [
                {
                    "name": "Rare Disease 100K",
                    "slug": "rare-disease-100k",
                    "description": "Rare Disease 100K"
                },
                {
                    "name": "Component Of Super Panel",
                    "slug": "component-of-super-panel",
                    "description": "This panel is a component of a Super Panel"
                },
                {
                    "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."
                }
            ]
        }
    ]
}