API endpoint for querying AppointmentTypes

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

{
    "id": 27,
    "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypes/27/?format=api",
    "name": "Pharmacy First",
    "disabled": false,
    "hidden": true,
    "slug": "pharmacy-first",
    "duration": 15,
    "prebooking_info": "",
    "booking_redirect_url": null,
    "description": "For booking in and managing patients attending face to face as part of the Pharmacy First Scheme",
    "image": "https://s3.eu-west-2.amazonaws.com/app.clinic.testing/media/appointment_types/chrome_9PyX1BKFna.webp?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5AVDDWFAVOJGWH7B%2F20250909%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250909T231452Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=4d08a09158866c5a4f2a19054b4baf8d2d35ef9de2d93b07d16c7bc86411ca85",
    "image_name": "chrome_9PyX1BKFna.png",
    "min_price": "0.00",
    "max_price": null,
    "badge": null,
    "secret_key": null,
    "tags": []
}