get https://{subdomain}.kommo.com/api/v4///notes
This method allows getting a notes list by the ID of the parent entity
Limitations
The method is available for all account users. The returned data depends on the user’s rights for the entity.
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 note objects.
Parameter | Data type | Description |
---|---|---|
id | int | Note ID |
entity_id | int | Note’s parent entity ID |
created_by | int | ID of the user who created the note |
updated_by | int | ID of the user who edited the note last |
created_at | int | Note creation date in the format of Unix Timestamp |
updated_at | int | Note edit date in the format of Unix Timestamp |
responsible_user_id | int | Note responsible user ID |
group_id | int | Group ID of the note responsible user |
note_type | string | Note type |
params | obj | Note properties depending on the note type. |
account_id | int | Account ID where the note is located in |