⚠️ The properties field is deprecated and will be removed after 31.01.2026. Use card_properties instead for defining card type properties.
| Name | Type | Reference |
|---|---|---|
| idrequired | integer | Card Type ID |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| company_id | integer | Company id |
| letter | string | Card type letter |
| name | string | Card type name |
| color | integer | Color number |
| updated | string | Last update timestamp |
| created | string | Create date |
| id | integer | Card type id |
| description_template | null | string | Card type escription_template |
| archived | boolean | Archived flag |
propertiesDeprecated: use card_properties instead | null | object | Card type properties(preset and custom). Will be removed after 31.01.2026. |
| card_properties | array | Array of card properties that will be suggested for filling in cards of this type |
| suggest_fields | boolean | If true, cards of this type will be offered to display additional fields based on statistics |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Forbidden | Response body does not exist |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Not found | Response body does not exist |
A schema has not been defined for this response code.
Path Parameters
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/card-types/{id}' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!