added
New filters on /application_key_dates
June 12th, 2025
Added a compound filter filter[agency_key_date]
GET /application_key_dates to allow filtering on custom agency key date information.
Format can include the following fields:
- slug
- created-before
- created-after
- updated-before
- updated-after
- date-before
- date-after
These can be used separately or be combined in parentheses to create more complex filters.
Example:
filter[agency_key_date]=slug:online_orientation_date
or
filter[agency_key_date]=(slug:online_orientation_date,created-before:2023-01-01)