Skip to main content
GET
/
user
/
v1
/
workflowTasks
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/user/v1/workflowTasks \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "countsByLibraries": [
    {
      "count": 123,
      "countByWorkflows": [
        {
          "classId": "<string>",
          "count": 123,
          "countByStates": [
            {
              "count": 123,
              "id": "<string>",
              "kind": "<string>",
              "name": "<string>"
            }
          ],
          "id": "<string>",
          "kind": "<string>",
          "name": "<string>"
        }
      ],
      "id": "<string>",
      "kind": "<string>",
      "libraryType": "DMS",
      "name": "<string>"
    }
  ],
  "exact": true,
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

countLimit
integer<int32>
default:1000

The maximum number of items to count. Defaults to 1000, max 1000.

user
string

The email address of a user

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiWorkflowTasksCount response

count
integer<int64>
countsByLibraries
object[]
exact
boolean
kind
string