cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/workflow/v2beta1/workflows/humanWorkflowActions \ --header 'Authorization: Bearer <token>'
{ "humanWorkflowActions": [ { "appliedName": "<string>", "appliedName_i18n": "<string>", "commentPlaceholderText": "<string>", "commentPlaceholderText_i18n": "<string>", "createdTime": "2023-11-07T05:31:56Z", "hideFromWorkflowBasket": true, "id": "<string>", "kind": "<string>", "lastModifiedTime": "2023-11-07T05:31:56Z", "libraryId": "<string>", "mandatoryComment": true, "name": "<string>", "name_i18n": "<string>" } ], "kind": "<string>" }
Lists the human workflow actions available in the library.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The G Suite domain
The security code
A ApiHumanWorkflowActionList response
Show child attributes