GET WellTestExcludeFromProductionReasonTypes?wellTestExcludeFromProductionReasonTypeId={wellTestExcludeFromProductionReasonTypeId}
Retrieves a well test exclude from production reason type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wellTestExcludeFromProductionReasonTypeId |
Id of the well test exclude from production reason type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the well test exclude from production reason type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | WellTestExcludeFromProductionReasonType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WellTestExcludeFromProductionReasonTypeId": "e9f43bea-3cce-4ea2-a9af-02891695072e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f02514be-58ad-4219-98da-d7e21e2f836a",
"CreateDate": "2026-07-15T13:21:34.7375097-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T13:21:34.7375097-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}