V3 Get All Enhanced Condition Types

Retrieves a list of enhanced condition types that can be added to a loan. The list can be filtered to only include active conditions using the activeOnly query parameter. The start and limit parameters control the size and start point of the response page. The context query parameter returns the list of types that the user has access to add to a loan.

Query Params
boolean

A value of true returns only active condition types.

string

Context in which the API is being called. Possible values are:
Settings - Returns the unfiltered conditions defined in Encompass settings.
LoanConditions - Returns the conditions accessible to the calling user to add into a loan.

int32

Starting index or record number from which to retrieve the contacts. The default is 1.

int32

The maximum number of records to return in a page. Response size is limited to 6 MB and is recalculated if the response exceeds 6 MB. The default value is 1000. The maximum value is limited to 10000.

string

Optional. View type parameter. Enumerations: detail, full, summary
Default is summary.
When no view parameter is provided, the API will return 204 - No Content with no response body.

Headers
string
required

Bearer token.

Responses

400

Bad Request

403

Forbidden

Language
URL
LoadingLoading…
Response
Choose an example:
application/json