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": "898cecae-8213-4c07-9f04-7d2f44c72e31",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e1ac7b2a-7948-4225-80f3-d0595da387a7",
"CreateDate": "2026-09-13T23:38:35.8624797-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:38:35.8624797-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}