Get Service Locations
GET/calendars/services/locations
Get all service locations
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
Successful response
- application/json
- Schema
- Example (auto)
Schema
serviceLocationsobject[]required
List of service locations
{
"serviceLocations": [
{
"id": "65e5f6dfacf123513228d384",
"locationId": "0007BWpSzSwfiuSl0tR2",
"name": "Main Office"
}
]
}