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": "a91eac01-497c-4d07-aec8-83ad872dfe67", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c51468b2-4e93-4613-b88c-1786470488c2", "CreateDate": "2025-05-08T20:02:53.4823576-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T20:02:53.4823576-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }