For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status

Query hot desking's status

get

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
200

OK

application/json
statusstring · enumRead-onlyOptional

The status of the hot desking device.

  • OFFLINE:
  • ONLINE:
Possible values:
current_extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
get
/hotdesking/{id}/status

Was this helpful?