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": "fff12dcc-9cc9-4ad8-8b92-aece1b9ba0f5", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7c207382-35e1-4836-bbf9-88cd58938102", "CreateDate": "2024-12-03T09:55:20.1039965-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-03T09:55:20.1039965-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }