curl --request GET \
--url https://api.caspen.com/v1/locations{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"email": "<string>",
"phone": "<string>",
"timezone": "<string>",
"country_code": "<string>",
"online_booking": true,
"abn": "<string>",
"ndis_number": "<string>",
"logo_id": "<string>",
"image_id": "<string>",
"service_ids": [
"<string>"
],
"practitioner_ids": [
"<string>"
],
"opening_hours": {
"mon_active": true,
"mon_opens_at": "<string>",
"mon_closes_at": "<string>",
"tue_active": true,
"tue_opens_at": "<string>",
"tue_closes_at": "<string>",
"wed_active": true,
"wed_opens_at": "<string>",
"wed_closes_at": "<string>",
"thu_active": true,
"thu_opens_at": "<string>",
"thu_closes_at": "<string>",
"fri_active": true,
"fri_opens_at": "<string>",
"fri_closes_at": "<string>",
"sat_active": true,
"sat_opens_at": "<string>",
"sat_closes_at": "<string>",
"sun_active": true,
"sun_opens_at": "<string>",
"sun_closes_at": "<string>"
},
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country_code": "<string>"
},
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}Paginated set of LocationResource
Show child attributes
The location's unique identifier.
The location's name.
The location's description.
The location's email address.
The location's phone number.
The location's timezone.
The location's country code.
Whether online booking is enabled for this location.
The location's Australian Business Number.
The location's NDIS number.
The location's logo media ID.
The location's image media ID.
The IDs of services available at this location.
The IDs of practitioners working at this location.
The location's opening hours for each day of the week.
Show child attributes
The timestamp when the location was created (ISO 8601).
curl --request GET \
--url https://api.caspen.com/v1/locations{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"email": "<string>",
"phone": "<string>",
"timezone": "<string>",
"country_code": "<string>",
"online_booking": true,
"abn": "<string>",
"ndis_number": "<string>",
"logo_id": "<string>",
"image_id": "<string>",
"service_ids": [
"<string>"
],
"practitioner_ids": [
"<string>"
],
"opening_hours": {
"mon_active": true,
"mon_opens_at": "<string>",
"mon_closes_at": "<string>",
"tue_active": true,
"tue_opens_at": "<string>",
"tue_closes_at": "<string>",
"wed_active": true,
"wed_opens_at": "<string>",
"wed_closes_at": "<string>",
"thu_active": true,
"thu_opens_at": "<string>",
"thu_closes_at": "<string>",
"fri_active": true,
"fri_opens_at": "<string>",
"fri_closes_at": "<string>",
"sat_active": true,
"sat_opens_at": "<string>",
"sat_closes_at": "<string>",
"sun_active": true,
"sun_opens_at": "<string>",
"sun_closes_at": "<string>"
},
"address": {
"line1": "<string>",
"line2": "<string>",
"city": "<string>",
"state": "<string>",
"postal_code": "<string>",
"country_code": "<string>"
},
"created_at": "<string>"
}
],
"links": {
"prev": "<string>",
"next": "<string>"
}
}