GET v1/Policies/{policyID}/Notes?pageNumber={pageNumber}&pageSize={pageSize}&orderBy={orderBy}&orderDirection={orderDirection}
Get notes for a Policy ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyID |
Id of the policy |
string |
Required |
| pageNumber |
Page number |
string |
Required |
| pageSize |
Page size |
string |
Required |
| orderBy |
Order by |
string |
Required |
| orderDirection |
Order direction |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of notes for a policy id
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: