get https://{subdomain}.kommo.com/api/v4/catalog/
The method allows getting a particular list of data by its ID.
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 objects.
| Parameter | Data type | Description |
|---|---|---|
| id | int | List ID |
| name | string | List name |
| created_by | int | The ID of the user who created the list |
| updated_by | int | The ID of the user who edited the list last |
| created_at | int | List creation date in Unix Timestamp format |
| updated_at | int | List edit date in Unix Timestamp format |
| sort | int | Sequence number of the list is the list of lists |
| type | string | List type |
| can_link_multiple | bool | It shows if one element of the current list can be linked to several leads |
| can_be_deleted | bool | It shows if a list can be deleted via the interface |
| account_id | int | Account ID where the list is located in |