get https://example.com/spaces//state
Gets the availability state for the space.
The space state entity describes the current availability state of the space. The table below describes the properties of this entity:
availability | String | The availability of the space. Either available , booked or in_use or disabled . Booked indicates that the room is reserved or imminently reserved. In use implies that there is an active meeting occurring. |
present | Integer | The amount of users or devices present within the space. |
next_busy_change | DateTime | An ISO-8601 timestamp that represents the next time the room will switch from available to booked or in_use or vice versa.This value can be useful for expressing information in the form of: "This room is busy until 5pm." or "This room is available until 3:30pm." |