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": "cf7903ac-846a-43cc-a1cb-cacaac015c03",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ddc17f3b-a504-4048-bad3-eff509560f4e",
"CreateDate": "2026-02-08T13:15:24.6292457-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T13:15:24.6292457-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}