curl --request GET \
--url https://api.caspen.com/v1/availabilities{
"data": [
{
"id": "<string>",
"created_at": "<string>",
"date": "<string>",
"day": "<string>",
"end_time": "<string>",
"location_id": "<string>",
"practitioner_id": "<string>",
"repeating": true,
"repeating_end_date": "<string>",
"repeating_interval": "<string>",
"start_time": "<string>"
}
]
}AvailabilityCollection
Show child attributes
The availability's unique identifier.
The timestamp when the availability was created (ISO 8601).
The availability date (ISO 8601).
The day of the week abbreviation.
The end time in 24-hour format.
The location's unique identifier.
The practitioner's unique identifier.
Whether this availability repeats.
The end date for repeating availability (ISO 8601).
The repeating interval type.
The start time in 24-hour format.
curl --request GET \
--url https://api.caspen.com/v1/availabilities{
"data": [
{
"id": "<string>",
"created_at": "<string>",
"date": "<string>",
"day": "<string>",
"end_time": "<string>",
"location_id": "<string>",
"practitioner_id": "<string>",
"repeating": true,
"repeating_end_date": "<string>",
"repeating_interval": "<string>",
"start_time": "<string>"
}
]
}