GET api/wells/{idOfWell}/monitoring-records/time-start/{startUnixTime}/time-end/{endUnixTime}

Get monitoring data by time range

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.