Post actions
Perform a Data Manager action with the selected tasks and filters. Note: More complex actions require additional parameters in the request body. Call GET api/actions?project=<id> to explore them.
Example: GET api/actions?id=delete_tasks&project=1
Authentication
Query parameters
Action name ID, see the full list of actions in the GET api/actions request
View ID (optional, it has higher priority than filters, selectedItems and ordering from the request body payload)
Request
List of fields to order by. Fields are similar to filters but without the filter: prefix. To reverse the order, add a minus sign before the field name, e.g. -tasks:created_at.