cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/workflow/v1/libraries/{libraryId}/workflows/{workflowId}/states \ --header 'Authorization: Bearer <token>'
{ "items": [ { "kind": "<string>", "name": "<string>", "name_i18n": "<string>", "value": "<string>" } ], "kind": "<string>" }
Lists the workflow states of a workflow in the library. (Deprecated) Use workflow API v2 workflow.workflows.get instead.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The ID of the workflow
The security code
The G Suite domain
A ApiNameValueList response
Show child attributes