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": "6d3f2dd6-c1bd-4c12-9395-81ef9b656ec0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b0020c4e-cfc5-4696-bded-786be33b3604", "CreateDate": "2025-04-25T15:05:40.2925954-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-25T15:05:40.2925954-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }