GET api/wells/{idOfWell}/monitoring-records/time-start/{startUnixTime}/time-end/{endUnixTime}
Get monitoring data by time range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idOfWell |
Id of the parent (a well) |
integer |
Required |
| startUnixTime |
Start time |
integer |
Required |
| endUnixTime |
End time |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Monitoring data
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.