Retrieve Bulk Workflow Actions
Retrieve all available workflow actions that can be initiated on a workflow which:
- The authenticated user has permissions to view or initiate
- Can be initiated through the API
GET
/api/{version}/object/workflow/actionsHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
Request
Section link for Requestcurl -L -X GET -H 'Authorization: {SESSION_ID}’ \
'https://myvault.veevavault.com/api/v20.3/object/workflow/actions'Response
Section link for Response{
"responseStatus": "SUCCESS",
"data": [
{
"name": "cancelworkflows",
"label": "Cancel Workflows"
}
]
}Response Details
Section link for Response DetailsOn SUCCESS, the response lists all available workflow actions for a Vault.