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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'QQSolutions.NextGen.Contracts.Entities.Address'. Path 'Data[0].EntityRelationEntities[0].MainEntity.Notes1[0].NotesHistories[0].Note.Entity.<Addresses>k__BackingField[0].<AddressType>k__BackingField.<Addresses>k__BackingField'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'QQSolutions.NextGen.Contracts.Entities.Address'. Path 'Data[0].EntityRelationEntities[0].MainEntity.Notes1[0].NotesHistories[0].Note.Entity.<Addresses>k__BackingField[0].<AddressType>k__BackingField.<Addresses>k__BackingField'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'QQSolutions.NextGen.Contracts.Entities.Entity' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'QQSolutions.NextGen.Contracts.Entities.Entity' contains cycles and cannot be serialized if reference tracking is disabled.