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'