Notes
Returns multiple note records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | False |
The Id of the Note. |
Content | String | False |
The Content of the Note. |
CreatedAt | Datetime | False |
The CreatedAt of the Note. |
UpdatedAt | Datetime | False |
The UpdatedAt of the Note. |
UserId | Integer | False |
The UserId of the Note. |
AssociatedWithId | Integer | False |
The AssociatedWithId of the Note. |
CallId | Integer | False |
The CallId of the Note. |
AssociatedWithType | String | False |
The AssociatedWithType property of the Note table. |
SkipCRMSync | Boolean | False |
Boolean indicating if the CRM sync should be skipped. No syncing will occur if true. |
Subject | String | False |
The subject of the note's crm activity, defaults to 'Note'. |
UserGUID | String | False |
The user to create the note for. Only team admins may create notes on behalf of other users. Defaults to the requesting user. |