GET v1/Contacts/{contactID}/Notes?pageNumber={pageNumber}&pageSize={pageSize}&orderBy={orderBy}&orderDirection={orderDirection}
Get a paged list of notes for a contact
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactID |
Id of the contact |
integer |
Required |
| pageNumber |
Page Number |
integer |
Default value is 1 |
| pageSize |
Page Size |
integer |
Default value is 25 |
| orderBy |
Oreder By |
string |
None. |
| orderDirection |
Order Direction |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Paged list of notes
PageOfOfNoteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of NoteDTO |
None. |
|
| PageNumber | integer |
None. |
|
| PagesTotal | integer |
None. |
|
| TotalItems | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| DisplayMessage | string |
None. |
|
| Links | Collection of PageLink |
None. |
|
| Href | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: