V1 Get All Post-Closing Conditions

Returns all post-closing conditions for the specified loan.

Path Params
string
required

The unique identifier assigned to a loan.

Query Params
string

Comma separated list of sort parameters. Each sort parameter can be prefixed with +/- to indicate sort direction as ascending or descending. Default is ascending. If no parameter is specified, the returned collection will be sorted by Title in ascending direction.

string

Comma separated list of filter parameters. Use the following format: operand:operator:value.eg. title:=:MyCondition.
Valid operators are: 1. ‘=’ or '==’, '!=’, '>’, '>=’, '<’, '<=’, “like” for Contains, “sw” for StartsWith, and “ew” for Endswith.

string
Defaults to 0

Zero-based starting index or record number. The default is 1.

string
Defaults to 10

The maximum number of items to return per page.

boolean

Indicates whether to include conditions that have been deleted in the results.

Headers
string
required

Bearer token

Responses

Language
Request
Response
Choose an example:
application/json