Configure a SearchFilter resource as in-use
Security
bearerToken
Unique ID of the SearchFilter
Example:"4cb261ad-dffb-414e-89cf-6902e3031d44"
The zero-based display position of this SearchFilter within the search filter view
Example:0
- Productionhttps://api-v2.dash.app/search-filter-view/search-filters
- Staginghttps://api-v2.dashstaging.app/search-filter-view/search-filters
curl -i -X POST \
https://api-v2.dash.app/search-filter-view/search-filters \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"searchFilterId": "4cb261ad-dffb-414e-89cf-6902e3031d44",
"position": 0
}'Response
{ "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "searchFilters": [ { … }, { … }, { … }, { … } ] }