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": "64e9ceeb-1727-450e-8ab7-920356aa92dc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8f2243c6-a379-4239-b549-01b1fde52aca",
"CreateDate": "2025-11-04T17:08:45.3038985-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T17:08:45.3038985-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}