| Name | Type | Reference |
|---|---|---|
| idrequired | integer | CustomProperty ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| name | string | Custom property name |
| type | string | Custom property type |
| show_on_facade | string | Should show property on card's facade |
| multiline | string | Should render multiline text field |
| fields_settings | null | object | Field settings for catalog type |
| author_id | integer | Author_id |
| company_id | integer | Company_id |
| updated | string | Last update timestamp |
| created | string | Create date |
| id | integer | Custom property id |
| condition | string | Custom property condition |
| colorful | boolean | Used for select properties. Determines should select color when creating new select value. |
| multi_select | boolean | Used for select properties. Determines is select property used as multi select |
| values_creatable_by_users | boolean | Used for select properties. Determines if users with writer role are able to create new select property values. |
| data | null | object | Additional custom property data |
| values_type | null | string | Type of values |
| vote_variant | null | string | Type of vote or collective vote custom properties |
| protected | boolean | Protected flag |
| color | null | integer | Color of catalog custom property |
| external_id | null | string | External id |
| Description | Response type | Example |
|---|---|---|
| Validation error | Object |
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| 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 DELETE \
2 --url 'https://example.kaiten.ru/api/latest/company/custom-properties/{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!