GET api/v1/ROCCollection/AllCollections?dtFrom={dtFrom}&dtTo={dtTo}

Query ROC collections by logged in user for a specific date range.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dtFrom

From date is an ISO 8601 formatted date in your local time. Example: 2020-07-09T00:00:00.000

date

Required

dtTo

To date is an ISO 8601 formatted date in your local time. Example: 2020-07-09T23:59:59.999

date

Required

Body Parameters

None.

Response Information

Resource Description

APIUcoROCCollectionByDate
NameDescriptionTypeAdditional information
Collections

Collection of UcoROCCollectionGet

None.

Response Formats

application/json, text/json

Sample:

Sample not available.