List Spaces
get
[environmentBaseUrl]
/v1/spaces
List Goki Rooms/Beds
Property | Type | Required | Description |
type | string | N | Type of the retrieved spaces. Available types are "room" and "bed". |
floor | string | N | Floor of the retrieved spaces. |
parentSpaceId | string | N | To list the beds of a room, set the room ID to this filter. |
Property | Type | Required | Description |
limit | number | N | Size of retrieved data on each page. |
offset | number | N | The page number. |
GET [environmentBaseUrl]/v1/spaces?filter[type]=room&page[offset]=0&page[limit]=10
Last modified 3mo ago