| Description | Response type | Example |
|---|---|---|
| Success | Array of objects |
| Name | Type | Description |
|---|---|---|
| id | integer | Space id |
| uid | string | Space uid |
| title | string | Space title |
| updated | string | Last update timestamp |
| created | string | Create date |
| archived | boolean | Space archived flag |
| access | string | Space access |
| for_everyone_access_role_id | string | Role id for everyone access |
| entity_type | string | Entity type |
| path | string | Inner path to entity |
| sort_order | number | Space sort order |
| parent_entity_uid | null | string | Parent entity uid |
| company_id | integer | Company id |
allowed_card_type_idsDeprecated: use hidden_card_type_uids instead | null | array | Allowed card types for this space |
| hidden_card_type_uids | null | array | List of hidden card type uids |
| external_id | null | string | External id |
| settings | object | Space settings |
| boards | array of objects | Space boards |
| entity_uid | string | Entity uid |
| user_id | integer | User id |
| access_mod | string | User access modifier |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/spaces' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!