cURL
curl --request GET \ --url https://api.halth.com/v1/organisations/{organisationId}/appointment-types
{ "items": [ { "id": "<string>", "name": "<string>", "durationMinutes": 123, "price": 123, "type": "individual", "providers": [ "<string>" ], "locations": [ "<string>" ], "createdAt": "<string>", "deleted": true, "maxAttendees": 123, "description": "<string>", "category": "<string>", "billableItems": [ { "name": "<string>", "basePrice": 123, "totalPrice": 123, "taxAmount": 123, "taxRate": 123, "type": "service", "id": "<string>", "itemCode": "<string>", "pmsBillableItemId": "<string>" } ] } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get a paged list of appointment types for an organisation
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
Show child attributes
100