Skip to main content

AvailableTypes

Description

The query mentioned is typically used to find and return available types for creating an appointment slot within a practice. This query allows the system to retrieve the types of appointments that are available for scheduling within a particular practice or healthcare facility.

API endpoints for Available Types

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/scheduling/available-types.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for AvailableTypes

AvailableTypes - Sample Payload
{
"Meta": {
"DataModel": "Scheduling",
"EventType": "AvailableTypes",
"Test": true,
"Source": {
"ID": "a1ac9e62-7fe7-4781-a9d8-0460492765df",
"Name": "CustomerID"
}
},
"Appointment": {
"Providers": null,
"Departments": null,
"ShowClasses": false
}
}