Get List Count (POST)
POST/task/count
Retrieves the number of tasks that fulfill the given filter. Corresponds to the size of the result set of the Get Tasks (POST) method and takes the same parameters.
Security Consideration:
There are several parameters (such as assigneeExpression) for specifying an EL
expression. These are disabled by default to prevent remote code execution. See the
section on
security considerations for custom code
in the user guide for details.
Request
Responses
- 200
- 400
Request successful.
Returned if some of the query parameters are invalid. See the Introduction for the error response format.