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": "d7e069f1-2a5d-4ccc-8a5a-4b33cacbcd3b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a8c96145-4aad-4727-bba8-b5e9f9388fa8",
"CreateDate": "2026-09-26T13:57:42.3772592-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:57:42.3772592-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}