GET api/Strata/GetSingleReading?DataFeedID={DataFeedID}&StartDate={StartDate}&EndDate={EndDate}
Get Single Reading for a certain period by DataFeedID, Example: api/Strata/GetSingleReading?DataFeedID=1992&StartDate=2018-01-01&EndDate=2018-03-15
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DataFeedID | integer |
Required |
|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Json Data
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.