get https://{subdomain}.kommo.com/api/v4/files//links
This method allows to get entities associated with a file.
Limitations
The method is available in accordance with the user’s rights.
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 object containing the UUID of the file and an array of entities associated with it.
Parameter | Data type | Description |
---|---|---|
file_uuid | string | File UUID |
entities | array | Array of entities associated with the file |
entities[0] | object | Entity associated with the file |