Execute Filter Count (POST)
POST/filter/:id/count
Executes the saved query of the filter by id and returns the count. This method is slightly more powerful then the Get Execute Filter Count method because it allows to extend the saved query of the filter.
Request
Responses
- 200
- 400
- 403
- 404
Request successful.
The extending query was invalid. See the Introduction for the error response format.
The authenticated user is unauthorized to read this filter. See the Introduction for the error response format.
Filter with given id does not exist. See the Introduction for the error response format.