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": "4465c4b1-2db8-4b54-b86d-b751e65e26f0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "23da0aa9-d26f-456b-a700-7a1af6da8248",
"CreateDate": "2025-12-15T20:19:43.8369004-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-15T20:19:43.8369004-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}