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": "77bb1ad3-c024-478a-9674-2ba71b19d790",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3a32795e-2d94-4b4d-9e7c-7c93d610f113",
"CreateDate": "2026-03-07T11:39:03.3656165-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-07T11:39:03.3656165-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}