CurrentStepApiResponse
Properties
| Name |
Type |
Description |
Notes |
| phaseName |
String |
The display name of the current signing phase (e.g., "Signing", "Approval"). |
[default to null] |
| phaseNumber |
Integer |
The 1-based phase number in the overall signing workflow. |
[default to null] |
| completedPhases |
List |
The names of phases that have been completed. |
[default to null] |
| remainingPhases |
List |
The names of phases that are still remaining after the current phase. |
[default to null] |
| routingOrderCurrent |
Integer |
The current routing order step number (when EnforceSigningOrder is enabled). Null if signing order is not enforced. |
[default to null] |
| routingOrderTotal |
Integer |
The total number of routing order steps. Null if signing order is not enforced. |
[default to null] |
| waitingOn |
List |
The signers that the package is currently waiting on to complete their action. |
[default to null] |
| summary |
String |
A human-readable summary of the current step (e.g., "Waiting on 2 of 3 signers"). |
[default to null] |
[Back to Model list] [Back to API list] [Back to README]