Getting a particular entity’s notes list by the entity ID

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.

ParameterData typeDescription
idintNote ID
entity_idintNote’s parent entity ID
created_byintID of the user who created the note
updated_byintID of the user who edited the note last
created_atintNote creation date in the format of Unix Timestamp
updated_atintNote edit date in the format of Unix Timestamp
responsible_user_idintNote responsible user ID
group_idintGroup ID of the note responsible user
note_typestringNote type
paramsobjNote properties depending on the note type.
account_idintAccount ID where the note is located in
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!