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": "f946faaf-2e44-44b0-a4df-b5298de02228",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a1579185-609c-4c85-a1c0-039ddd5e91ef",
"CreateDate": "2026-06-22T01:43:29.6972508-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T01:43:29.6972508-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}