GET WellTestMethodTypes?wellTestMethodTypeId={wellTestMethodTypeId}
Retrieves a well test method type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wellTestMethodTypeId |
Id of the well test method type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the well test method type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | WellTestMethodType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WellTestMethodTypeId": "25c7409d-d93a-425e-a6d9-9547f43dc3d0",
"Name": "sample string 1"
},
"Total": 1,
"Message": "sample string 1"
}