Web API: Filters: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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.
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.
HTTP request header '''Authorization''' with value '''Bearer <access token>''' needs to be in place to identify the session.


<pre>
<pre>
Url: GET /api/filters?modelId=123
Url: GET qprpa/api/filters?modelId=123
</pre>
</pre>


Returns a JSON array containing JSON representations of all the filters in the system or in the model provided as a parameter.
Returns a JSON array containing JSON representations of all the filters in the system or in the model provided as a parameter.

Latest revision as of 10:06, 16 February 2022

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.

HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session.

Url: GET qprpa/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.