Get custom property list. The result of the request is displayed page by page if limit and offset presented.
| Name | Type | Constraints | Description |
|---|---|---|---|
| include_values | boolean | Add catalog values in response | |
| include_author | boolean | Add property author in response | |
| compact | boolean | Returns the minimum set of parameters of custom properties | |
| load_by_ids | boolean | Returns custom properties by ids if ids parameter is presented | |
| ids | array | Array of custom property ids | |
| offset | integer | Number of records to skip | |
| limit | integer | Maximum amount of properties in response | |
| order_by | string | Comma separated list of fields to sort by | |
| order_direction | string | Comma separated list of sort directions | |
| query | string | Filter by custom property name |
| Description | Response type | Example |
|---|---|---|
| Success | Array of objects |
| 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 |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Forbiden | Response body does not exist |
A schema has not been defined for this response code.
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/company/custom-properties' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!