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": "d19a8a64-8d39-42dd-8bb9-f41493f9ddd9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "05ef9dca-5560-4f33-a931-ce3f6da1259f",
"CreateDate": "2026-08-11T22:24:33.7231789-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:24:33.7231789-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}