Skip to content

Retrieve all available actions that can be initiated on a given workflow task.

GET/api/{version}/objects/objectworkflows/tasks/{task_id}/actions
NameDescription
Acceptapplication/json (default) or application/xml
curl -X GET -H "Authorization: {SESSION_ID}" \ https://myvault.veevavault.com/api/v23.1/objects/objectworkflows/tasks/7201/actions
{ "responseStatus": "SUCCESS", "data": [ { "name": "complete", "label": "Complete" }, { "name": "cancel", "label": "Cancel" } ] }