The Search Filter View defines which filters appear, and the order in which they appear, in the left hand filter bar on the search page in the Dash frontend. These filters are used to build search criteria.
Filters either refer to a Field in your Dash or a one of a subset of the fixed search fields available in the search API (currently DATE_LIVE, FILE_TYPE or STAGED)
- Productionhttps://api-v2.dash.app/search-filters
- Staginghttps://api-v2.dashstaging.app/search-filters
curl -i -X GET \
https://api-v2.dash.app/search-filters \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "result": { … }, "permittedActions": [ … ] } ]