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": "f0650379-a5e9-407f-a204-c263584a250f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7ae47325-aa14-412d-acba-537404212c52", "CreateDate": "2025-06-27T06:22:17.9782732-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:22:17.9782732-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }