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": "fc694404-2258-44d7-8899-4f85c19cfdcb",
"Name": "sample string 1"
},
"Total": 1,
"Message": "sample string 1"
}