GET WellTestSourceTypes?wellTestSourceTypeId={wellTestSourceTypeId}
Retrieves a well test source type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | WellTestSourceType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WellTestSourceTypeId": "6ea6a175-4de7-446b-8f23-56b87466d635",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9d60b147-f6d9-4a27-85b6-633237b05fec",
"CreateDate": "2026-01-07T15:54:55.8666461-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T15:54:55.8666461-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}