GET {{baseUrl}}/workspaces/usage?location_id=<string>
Use this API to get a location's hot desk usage information. Scopes: Rate Limit Label: workspace:read
workspace:read:admin
Medium
Body
PARAM
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": "<integer>",
"not_in_use": "<integer>"
},
"room_usage": {
"in_use": "<integer>",
"not_in_use": "<integer>"
},
"total_usage": {
"in_use": "<integer>",
"not_in_use": "<integer>"
}
} |
ENDPOINTS