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": "4fe2c0a7-2e0f-4526-a557-c4f21058d4ec",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d5af886d-bea6-4967-a688-9010b5c67c3d",
"CreateDate": "2025-11-10T21:17:07.0282767-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-10T21:17:07.0282767-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}