GET WellTestMethodTypes?wellTestMethodTypeId={wellTestMethodTypeId}

Retrieves a well test method type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

NameDescriptionTypeAdditional information
Data

WellTestMethodType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "WellTestMethodTypeId": "66778537-3b54-4a80-950f-c38b327afb1e",
    "Name": "sample string 1"
  },
  "Total": 1,
  "Message": "sample string 1"
}