SpaceDocument
Response Model for Space Document
This is the representation of the SpaceDocument
data structure you receive in the Space API response.
These are Goki spaces (rooms/beds), meaning the name and IDs are not what you submitted to Goki.
A space of type room
.
A space of type bed
related to the room
above.
Property | Type | Required | Description |
| string | Y | ID of the space in Goki |
| string | Y | Space name in Goki |
| string | Y | ID of the property in Goki |
| string | Y | Type of the Goki space. Can be one of |
| string | N | Floor name of the space |
| string | N | The id of the parent room, if the space type is |
| string | Y | Space creation date |
| string | Y | Space modification date |
Last updated