API endpoint for querying AppointmentTypes

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

[
    {
        "id": 26,
        "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypes/26/?format=api",
        "name": "Microsuction",
        "disabled": false,
        "hidden": false,
        "slug": "microsuction",
        "duration": 60,
        "prebooking_info": "",
        "booking_redirect_url": null,
        "description": "1 Hour Appointment for extraction of ear wax using Microsuction",
        "image": "https://s3.eu-west-2.amazonaws.com/app.clinic.testing/media/appointment_types/Services_Website_Banners__325_x_225_px_.webp?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5AVDDWFAVOJGWH7B%2F20250909%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250909T230436Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e5a724b3c717c73a8e9663c1750b7da033822ee6e8cc9703dff667e0ca8754f2",
        "image_name": "Services Website Banners  (325 x 225 px) .png",
        "min_price": "85.00",
        "max_price": null,
        "badge": null,
        "secret_key": null
    },
    {
        "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
    },
    {
        "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=20250909T230436Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b23a1966aaa48061f0e5a067438ec1bc49b18d0a8a7ae01453ed1cd482e38649",
        "image_name": "chrome_9PyX1BKFna.png",
        "min_price": "0.00",
        "max_price": null,
        "badge": null,
        "secret_key": null
    },
    {
        "id": 25,
        "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypes/25/?format=api",
        "name": "Flu Vaccination NHS",
        "disabled": false,
        "hidden": true,
        "slug": "flu-vaccination-nhs",
        "duration": 5,
        "prebooking_info": "GREAT! You are booking a Free NHS Flu Vaccine \n======================================\n**Please take care with your booking**\n\nPlease ensure you meet at least one of the eligibility criteria for an NHS Vaccine below: \n\n- 65 Years or Over \n- Chronic Heart Disease\n- Chronic Liver Disease\n- Diabetes\n- Asplenia/Splenic dysfunction\n- Person in long-stay residential care home or care facility\n- Household Contact of immunocompromised individual\n- 50-64 Years (not in risk group)\n- Household contact of person on NHS shielded patient list\n- Social Care worker\n- Chronic Respiratory Disease\n- Chronic Kidney disease\n- Chronic Neurological Disease \n- Immunosuppression\n- Pregnant Woman\n- Carer\n- Morbid Obesity (BMI >_40)\n- Learning disability\n- Employed through Direct payment of personal health budget\n- Hospice worker\n\nIf you are not eligible, we would still love to see you! \n\nPlease click back and book a Private Flu Vaccine \n\nBooking the wrong appointment may lead to delays on the day of your vaccine",
        "booking_redirect_url": null,
        "description": "FREE NHS Flu Vaccination for Eligible Patients",
        "image": "https://s3.eu-west-2.amazonaws.com/app.clinic.testing/media/appointment_types/chrome_Wr0QX1wCiT.webp?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5AVDDWFAVOJGWH7B%2F20250909%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20250909T230436Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=676a82b916e4b2e4460c01e6b39b19afb9fb86fd7ee5aa56fb55a06e6b304a77",
        "image_name": "chrome_Wr0QX1wCiT.png",
        "min_price": "0.00",
        "max_price": null,
        "badge": null,
        "secret_key": null
    }
]