Query hot desking'status by it's unique ID.
The unique ID of hot desking.
OK
The status of the hot desking device.
OFFLINE
ONLINE
The current extension number of hot desking.
const response = await fetch('http://127.0.0.1:8888/api/hotdesking/{id}/status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "OFFLINE", "current_extension_number": {} }