API endpoint for querying AppointmentTypes

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

{
    "id": 29,
    "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypes/29/?format=api",
    "name": "Pharmacy Plus Consultation",
    "disabled": false,
    "hidden": false,
    "slug": "pharmacy-plus-consultation",
    "duration": 30,
    "prebooking_info": "",
    "booking_redirect_url": null,
    "description": "Book in with one of our Independent Prescriber Pharmacists for a 30 minute consultation",
    "image": null,
    "image_name": null,
    "min_price": "0.00",
    "max_price": "0.00",
    "badge": "FREE - NHS",
    "secret_key": null,
    "tags": []
}