GET api/wells/{idOfWell}/logs/{id}
Get log of well (as image, later - as DTO)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idOfWell |
Id of well (parent) |
integer |
Required |
| id |
Id of log of well |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Log of well as Image TODO: return Log of well DTO and draw image locally
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.