| Name | Type | Reference |
|---|---|---|
| directory_idrequired | string | Directory ID |
| record_idrequired | string | Record ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
| profile | string | none | summary | details | full | Controls included relations in response |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| id | string | Record ID (UUID) |
| custom_directory_id | string | Directory ID (UUID) |
| display_value | null | string | Pre-computed record display value |
| values | array of objects | Field values (included depending on profile) |
| author | object | Author user object |
| updater | object | Updater user object |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Not found | Object |
A schema has not been defined for this response code.
Path Parameters
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/company/custom-directories/{directory_id}/records/{record_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!