Get a location's hot desk usage
GET {{baseUrl}}/workspaces/usage?location_id=<string>
Use this API to get a location's hot desk usage information.
Scopes:
workspace:read
workspace:read:admin
Rate Limit Label
:
Medium
Request Params
| Key | Datatype | Required | Description |
| location_id
| string | | (Required) The location's ID. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"desk_usage":{"in_use":"\u003cinteger\u003e","not_in_use":"\u003cinteger\u003e"},"room_usage":{"in_use":"\u003cinteger\u003e","not_in_use":"\u003cinteger\u003e"},"total_usage":{"in_use":"\u003cinteger\u003e","not_in_use":"\u003cinteger\u003e"}}