cURL
curl --request GET \ --url https://{host}/work-locations/public/api/work-locations \ --header 'Authorization: <authorization>'
{ "count": 123, "items": [ { "id": 123, "name": "<string>", "type": "Office", "office": { "capacity": 123, "showAreas": true, "areas": [ { "id": 123, "name": "<string>", "capacity": 123, "floorKey": 123 } ], "floors": [ { "key": 123, "name": "<string>", "position": 123 } ] }, "isActive": true } ] }
Query all available work locations
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Page number
x >= 1
Page size
1 <= x <= 10
Return total items count (across all pages).
count
OK
The response is of type object.
object
Was this page helpful?