GET api/ResetData?APIKey={APIKey}&ControllerID={ControllerID}&StartDate={StartDate}&EndDate={EndDate}

Removes the API Data Reference Keys for the time period specified

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

The API key provided

string

Required

ControllerID

The ControllerID of the unit you want to enable

string

Required

StartDate

The start date for the range you want to reset.

date

Required

EndDate

The end date for the range you want to reset.

date

Required

Body Parameters

None.

Response Information

Resource Description

The system a return the number of records that have been reset

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>