GET WellTestSourceTypes?wellTestSourceTypeId={wellTestSourceTypeId}

Retrieves a well test source type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wellTestSourceTypeId

Id of the well test source type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the well test source type.

NameDescriptionTypeAdditional information
Data

WellTestSourceType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "WellTestSourceTypeId": "5ba2ca7f-8a9a-401a-aa9d-77fccc0939ba",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "2675b63c-a067-4d09-9eac-635b73dfb055",
    "CreateDate": "2024-04-25T11:01:00.6182522-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-04-25T11:01:00.6182522-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}