API endpoint for querying and modifying AppointmentTypeTags

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypetags/2/?format=api",
            "name": "Microsuction",
            "slug": "microsuction",
            "color": "#698e77",
            "created_at": "2025-06-13T11:26:28.962028+01:00"
        },
        {
            "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/appointmenttypetags/1/?format=api",
            "name": "Vaccinations",
            "slug": "vaccinations",
            "color": "#cc1d1d",
            "created_at": "2025-04-29T14:41:53.860982+01:00"
        }
    ]
}