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": "bb2abdba-00f7-4f42-a36c-3d1d557465e0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "76290fcd-fbc9-4ed3-a0be-47b4f6c4ad1d",
"CreateDate": "2026-03-15T18:04:51.9422587-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T18:04:51.9422587-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}