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 edit summary
Line 1: Line 1:
Get all available Views/Filters based on the search criteria. Optional parameter is '''modelId'''. If defined, returns only filters belonging to the identified model.
The '''Filters''' operation gets all available filters based on the search criteria. Optional parameter is '''modelId'''. If defined, returns only filters belonging to the identified model.


<pre>
<pre>
Line 5: Line 5:
</pre>
</pre>


Returns a JSON array containing JSON representations of all the filter objects in model having id 1 that are visible for the user.
Returns a JSON array containing JSON representations of all the filters in the system or in the model provided as a parameter.

Revision as of 13:50, 16 May 2020

The Filters operation gets all available 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 filters in the system or in the model provided as a parameter.