GET WellTestExcludeFromProductionReasonTypes?take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}
Retrieves well test exclude from production reason types for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| take |
Number of well test exclude from production reason types to retrieve. Default is all well test exclude from production reason types |
integer |
None. |
| skip |
Number of well test exclude from production reason types to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the well test exclude from production types before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of well test exclude from production reason types.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of WellTestExcludeFromProductionReasonType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"WellTestExcludeFromProductionReasonTypeId": "34209208-274d-499b-b968-319c4cd42219",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9be26474-10d3-4048-88de-972f591a044b",
"CreateDate": "2026-07-20T12:10:34.5678979-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T12:10:34.5678979-07:00",
"LastModifiedUser": "sample string 5"
},
{
"WellTestExcludeFromProductionReasonTypeId": "34209208-274d-499b-b968-319c4cd42219",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9be26474-10d3-4048-88de-972f591a044b",
"CreateDate": "2026-07-20T12:10:34.5678979-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T12:10:34.5678979-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}