V3 Get Area Median Income Limit Settings

Retrieves Area Median Income (AMI) limit settings configured in Encompass > Settings > Table and Fees > Affordable Lending > AMI 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:
- Tract (e.g., '010101’)
- FipsCode (e.g., '09001')
- Year (e.g., ‘2025’)
Example: /v3/settings/fees/affordableLending/amiLimits?start=0&limit=25&filter=Tract='010101',fipsCode='09001',year='2025'

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