Skip to main content
GET
/
document
/
v2beta1
/
documents
/
{documentId}
/
transitions
/
history
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/document/v2beta1/documents/{documentId}/transitions/history \
  --header 'Authorization: Bearer <token>'
{
  "classId": "<string>",
  "className": "<string>",
  "domainName": "<string>",
  "kind": "<string>",
  "libraryId": "<string>",
  "libraryName": "<string>",
  "pageToken": "<string>",
  "transitions": [
    {
      "appliedActionName_i18n": "<string>",
      "createdTime": "2023-11-07T05:31:56Z",
      "currentValidators": [
        {
          "comment": "<string>",
          "date": "2023-11-07T05:31:56Z",
          "kind": "<string>",
          "user": {
            "email": "<string>",
            "kind": "<string>",
            "name": "<string>",
            "thumbnailPictureUrl": "<string>"
          }
        }
      ],
      "fromStateId": "<string>",
      "fromStateName_i18n": "<string>",
      "humanActionAudience": {
        "classId": "<string>",
        "className": "<string>",
        "description": "<string>",
        "displayName": "<string>",
        "displayName_i18n": "<string>",
        "thumbnailPictureUrl": "<string>",
        "type": "USER",
        "value": "<string>"
      },
      "kind": "<string>",
      "pendingValidators": [
        {
          "email": "<string>",
          "kind": "<string>",
          "name": "<string>",
          "thumbnailPictureUrl": "<string>"
        }
      ],
      "toStateId": "<string>",
      "toStateName_i18n": "<string>",
      "transitionId": "<string>",
      "trigger": "SIMPLE_VALIDATION",
      "user": {
        "email": "<string>",
        "kind": "<string>",
        "name": "<string>",
        "thumbnailPictureUrl": "<string>"
      }
    }
  ],
  "workflowId": "<string>",
  "workflowName": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

documentId
string
required

The ID of the document

Query Parameters

domain
string

The G Suite domain

securityCode
string

The security code

pageSize
integer<int32>

The maximum number of transition history items per page. (Default: 50)

pageToken
string

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.

Response

200 - application/json

A ApiDocumentTransitionHistory response

classId
string
className
string
domainName
string
kind
string
libraryId
string
libraryName
string
pageToken
string
transitions
object[]
workflowId
string
workflowName
string