Web API: Filters: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(Created page with "Get all available Views/Filters based on the search criteria. Optional parameter is '''modelId'''. If defined, returns only filters belonging to the identified model. <pre> U...")
(No difference)

Revision as of 11:01, 16 May 2020

Get all available Views/Filters based on the search criteria. Optional parameter is modelId. If defined, returns only filters belonging to the identified model.

Url: GET /api/filters?modelId=123

Returns a JSON array containing JSON representations of all the filter objects in model having id 1 that are visible for the user.