Status

Query hot desking's status

get

Query hot desking'status by it's unique ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of hot desking.

The unique ID of the resource.

Responses
curl -L \
  --url 'https://HOSTNAME:8887/api/hotdesking/{id}/status' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "status": "OFFLINE",
  "current_extension_number": "text"
}

Was this helpful?