/spaces/:id/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:

availabilityStringThe 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.
presentIntegerThe amount of users or devices present within the space.
next_busy_changeDateTimeAn 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."
Language
Click Try It! to start a request and see the response here!