get https://api.vergesense.com/spaces/types
Get the space types.
Response
Property | Type | Description |
---|---|---|
data | Array | Array of Space Type Models (see below). |
Space Type Model
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the space type. |
type | String | space_type |
attributes.id | Integer | Unique identifier of the space type. |
attributes.name | String | Identifier of the space type's name. |
attributes.key | String | Identifier of the space type's name formatted into snake_case . |
attributes.for_groups | Boolean | If Size is configured as Collaboration (true) or Focus (false). |
attributes.shared_space | Boolean | If Ownership is configured as Shared (true) or Individual (false). |
attributes.open_seating | Boolean | If Accessibility is configured as Open (true) or Enclosed (false). |
attributes.reservable | Boolean | If Reservability is configured as Reservable (true) or Non-reservable (false). |
attributes.default_type | Boolean | If the space type is a VergeSense default or a custom space type. |