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. <br>Example: GET api/actions?id=delete_tasks&project=1
Query parameters
Action name ID, see the full list of actions in the GET api/actions request
Project ID
View ID (optional, it has higher priority than filters, selectedItems and ordering from the request body payload)
Request body
Example request
{
"filters": {
"items": [
{
"filter": "filter:tasks:id",
"operator": "greater",
"type": "Number",
"value": 123
}
]
}
}Response
Action performed successfully
Changes
Changed in 3 of the 97 revisions of this API.428
- ▲
added
PrepareParamsFiltersRequestto thefiltersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
PrepareParamsOrderingRequestto theorderingrequest propertyallOflistrequest-property-all-of-added
- ▲
the
filtersrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
orderingrequest property type/format changed fromarray/to/request-property-type-changed
- ●
removed the request property
filters/conjunctionrequest-property-removed
- ●
removed the request property
filters/itemsrequest-property-removed
- ○
added the media type
application/x-www-form-urlencodedto the request bodyrequest-body-media-type-added
- ○
added the media type
multipart/form-datato the request bodyrequest-body-media-type-added
- ○
the request property
filtersbecame nullablerequest-property-became-nullable
- ○
the request property
orderingbecame nullablerequest-property-became-nullable
- ○
the request property
selectedItemsbecame nullablerequest-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
filters/items/items/child_filtersnew-optional-request-property
- ○
- ○
added the new
in_listenum value to the request propertyfilters/items/items/operatorrequest-property-enum-value-added
- ○
added the new
not_in_listenum value to the request propertyfilters/items/items/operatorrequest-property-enum-value-added
- ○
Of the 97 revisions, 1 has no diff computed.