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": "801981ea-ca61-44f5-9d5d-756c712c765c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "33e73ef5-4fa0-41a6-a882-8c8b9c1a55b0", "CreateDate": "2025-09-17T18:16:57.3811625-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-17T18:16:57.3811625-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }