V3 Get Median Family Income Limit Settings

Retrieves Median Family Income (MFI) limit settings configured in Encompass > Settings > Table and Fees > Affordable Lending > MFI Limits.

This API added with the 26.1 release of Encompass.

Query Params
string

Comma separated list of filter parameters. Use the following format:
- operand:operator:value.eg. title:=:MyCondition Valid operators: 1. ‘=’ or '==’, '!=’, '>’, '>=’, '<’, '<=’, “like” for Contains, “sw” for StartsWith, and “ew” for Endswith.
Supports filtering by the following:
- MsaMdCode (e.g., '10180','10380')
- SourceFileYear (e.g., '2022','2023') NOTE: SourceFileYear is an integer-type filter. Therefore, it does not support the following filter operations: | (IN) or : (LIKE)
Please ensure that only = (Exact Match) filter operation is used with this field to avoid unexpected behavior.
Example: /v3/settings/fees/affordableLending/mfiLimits?filter=MsaMdCode|('10180'), sourceFileYear='2024'

integer

The zero-based index of the first record to retrieve. Default is 0.

integer

The maximum number of records to retrieve. Default is 0, which returns all records.

Headers
string
required

Bearer token.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

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