Notes
Returns multiple note records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The Id of the Note. |
| Content | String | The Content of the Note. |
| CreatedAt | Datetime | The CreatedAt of the Note. |
| UpdatedAt | Datetime | The UpdatedAt of the Note. |
| UserId | Integer | The UserId of the Note. |
| AssociatedWithId | Integer | The AssociatedWithId of the Note. |
| CallId | Integer | The CallId of the Note. |
| AssociatedWithType | String | The AssociatedWithType property of the Note table. |