Skip to main content
GET
/
workflow
/
v1
/
libraries
/
{libraryId}
/
workflows
/
{workflowId}
/
states
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>"
}

Documentation Index

Fetch the complete documentation index at: https://api.aodocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

libraryId
string
required

The ID of the library

workflowId
string
required

The ID of the workflow

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiNameValueList response

items
object[]
kind
string