GET v1/Contacts/LastModifiedCreatedCustomersEmployees?startDate={startDate}&endDate={endDate}&pageNumber={pageNumber}&pageSize={pageSize}
Get a paged list of customers and employees that were created or modified in a specified date range.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| pageNumber | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
PageOfOfExtendedContactSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ExtendedContactSummaryDTO |
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: