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": "0127fc69-0d6c-4b88-a8cb-62ce6e4c2fb6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0b8ac253-2489-493b-b7a4-9745e4c883d8",
"CreateDate": "2026-08-01T10:45:44.2835014-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-01T10:45:44.2835014-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}