Jump to: navigation, search

Fetch a list of filters accessible by the current user

Method

GET

Syntax

GET /filters/<tenant_dbid>?invalidateCache=<true/false>

Parameters

Parameter Name Description Default Value
invalidateCache Optional. Can be either true or false. With value true, the iWD Manager backend does not use the inner cache and must reload filters from Configuration Server. Value false means that iWD Manager can use the inner cache for better performance. If the parameter is not present, the inner cache is used (same as for invalidateCache=false). false

Response Body

[
  "<filter name>",
  ...
]

Notes

All filters accessible by the current user are returned. This is used by the Filters page to allow editing or deleting of other users' filters by users with appropriate permissions.

This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!