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>" }
Gets the Person fields of the document involved in any transitions of the workflow.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the workflow
The ID of the workflow state
The security code
The G Suite domain
A ApiTransitionWithFields response