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": "3d90e8ed-36da-4fed-a8d8-a768d1971741", "Name": "sample string 1" }, "Total": 1, "Message": "sample string 1" }