API endpoint for querying AppointmentTypes

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

{
    "id": 28,
    "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypes/28/?format=api",
    "name": "Test Appointment",
    "disabled": false,
    "hidden": false,
    "slug": "test-appointment",
    "duration": 5,
    "prebooking_info": "",
    "booking_redirect_url": null,
    "description": "",
    "image": "https://s3.eu-west-2.amazonaws.com/app.clinic.testing/media/appointment_types/white-horse.webp?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5AVDDWFAVOJGWH7B%2F20260401%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260401T161627Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=8ca9e3163e35da576a36bc0cd8e50be6b97fd462b11da551e56e592ce3bb8320",
    "image_name": "white-horse.png",
    "min_price": null,
    "max_price": "10.00",
    "badge": "Variable pricing dependent on Vaccines required",
    "secret_key": null,
    "tags": []
}