Skip to content

Search Filters

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)

Get all search filters

Request

Get the SearchFilter resources

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/search-filters \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
Array [
resultanyrequired
permittedActionsArray of objectsrequired
]
Response
[ { "result": {}, "permittedActions": [] } ]