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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 945,
            "hash_id": null,
            "name": "Thrombocythaemia",
            "disease_group": "Haematological disorders",
            "disease_sub_group": "Haemostasis disorders",
            "status": "public",
            "version": "1.5",
            "version_created": "2023-10-26T10:47:13.041266Z",
            "relevant_disorders": [
                "R406"
            ],
            "stats": {
                "number_of_genes": 5,
                "number_of_strs": 0,
                "number_of_regions": 0
            },
            "types": [
                {
                    "name": "GMS Rare Disease",
                    "slug": "gms-rare-disease",
                    "description": "This panel type is used for GMS panels that are not virtual (i.e. could be a wet lab test)"
                },
                {
                    "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."
                }
            ]
        }
    ]
}