Bust Filter Cache
Either filter ID or filter variable name can be used as parameter to bust cache. An acknowledged message as below would be returned if success or error if invalid parameter.
#
Request#
With filter ID#
Parameterfilter_id
: Integer. Filter ID.
#
Without filter ID#
Parametervar_name
: String. Variable name of target filter.filterable_id
: Integer. ID of Dashboard/Report containing target filter.filterable_type
: String. Type of Dashboard/Report containing target filter. Possible values: 'Dashboard', 'QueryReport'.
#
Response#
Rate LimitingThe default rate limiting is 20 requests per 60 seconds and will be blocked for 60 seconds when rate limit is exceeded.
#
Permission Control- API is only accessible through user's valid API key
- Only admin and analyst users can bust filter cache
#
Error Responses#
Filter not foundThis error indicates that your target filter cannot be found.
#
Not passing required parametersThese errors indicate that the required parameter(s) are missing.