get https://{subdomain}.kommo.com/api/v4/catalogs//elements
This method allows getting available list elements.
Limitations
The method is available for users with access to lists.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
Response parameters
The method returns an array of list element objects.
Parameters | Data type | Description |
---|---|---|
id | int | List element ID |
catalog_id | int | List ID |
name | string | Element name |
created_by | int | The ID of the user who created the element |
updated_by | int | The ID of the user who edited the element last |
created_at | int | Element creation date in Unix Timestamp format |
updated_at | int | Element edit date in Unix Timestamp format |
is_deleted | bool | It shows whether an element is deleted |
custom_fields_values | array|null | An array of the current element custom fields’ values |
account_id | int | Account ID where the element is located in |