Get a note

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired
Note ID to get

Response

Returns the Note by id
textstring1-3000 characters
Text content of a note
authorIdobject or null
Account details of user which created the note
contactIdslist of integers or null
Contact ids linked to a note
createdAtdatetime or null

Note created date/time

dealIdslist of strings or null
Deal ids linked to a note
idstring or null
Unique note Id
updatedAtdatetime or null

Note updated date/time

Errors