Get notes list of entity

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
is_pinnedboolThe GET parameter with is required. Defines if the note is pinned in the entity card
Path Params
string
required

leads/contacts/companies

int32
required

ID of the entity

Query Params
int32

A page of theresponse

int32

The number of the entities returned in the response of one request (limit – 250)

filter[id][]
array of strings

Filter by the note ID. Either a single ID or multiple IDs can be passed

filter[id][]
filter[note_type][]
array of strings

Filter by the note type. Multiple note types can be passed

filter[note_type][]
int32

Filter by the note edit date. A timestamp can be passed, in that case, notes edited after the timestamp value will be returned.

int32

Filter by the note edit date. A timestamp can be passed, in that case, notes edited before the timestamp value will be returned.

string
enum

List elements sorting

Allowed:
string
enum

List elements sorting

Allowed:
string
enum

The parameter accepts a string. This method only supports the is_pinned value

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json