curl --request GET \
--url https://api.caspen.com/v1/practitioners{
"data": [
{
"id": "<string>",
"online_booking": true,
"service_ids": [
"<string>"
],
"location_ids": [
"<string>"
],
"provider_numbers": [
{
"id": "<string>",
"location_id": "<string>",
"type": "<string>",
"number": "<string>"
}
],
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}Paginated set of PractitionerResource
Show child attributes
The practitioner's unique identifier.
Whether online booking is enabled for this practitioner.
The IDs of services provided by this practitioner.
The IDs of locations where this practitioner works.
The timestamp when the practitioner was created (ISO 8601).
curl --request GET \
--url https://api.caspen.com/v1/practitioners{
"data": [
{
"id": "<string>",
"online_booking": true,
"service_ids": [
"<string>"
],
"location_ids": [
"<string>"
],
"provider_numbers": [
{
"id": "<string>",
"location_id": "<string>",
"type": "<string>",
"number": "<string>"
}
],
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}