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": 20,
    "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%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T161358Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=60dbc3e2878235b61e2510cbef00bfa9e1a99c3bec2b3d491252fbee24822024",
    "image_name": "chrome_9PyX1BKFna.png",
    "min_price": "0.00",
    "max_price": null,
    "badge": null,
    "secret_key": null,
    "tags": []
}