Skip to main content
GET
/
workflow
/
v1
/
workflows
/
{workflowId}
/
transitions
/
{transitionId}
/
fields
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/workflow/v1/workflows/{workflowId}/transitions/{transitionId}/fields \
  --header 'Authorization: Bearer <token>'
{
  "allTransitionFields": [
    "<string>"
  ],
  "commentPlaceholderText": "<string>",
  "commentPlaceholderText_i18n": "<string>",
  "editableTransitionFields": [
    "<string>"
  ],
  "kind": "<string>",
  "mandatoryComment": true,
  "name": "<string>",
  "name_i18n": "<string>",
  "parallel": true,
  "stateId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workflowId
string
required

The ID of the workflow

transitionId
string
required

The ID of the workflow state

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiTransitionWithFields response

allTransitionFields
string[]
commentPlaceholderText
string
commentPlaceholderText_i18n
string
editableTransitionFields
string[]
kind
string
mandatoryComment
boolean
name
string
name_i18n
string
parallel
boolean
stateId
string