The action object¶
Attributes¶
idinteger
The action identifier.
stepNumberinteger
An integer representing the step number of an action.
roleinteger
The role identifier.
typestring
The type of step can be sign or review.
statusstring
The action status can be not_started, started, approved or declined.
recipientIdinteger
The recipient identifier of the action.
recipientEmailstring
The recipient email of the action.
commentstring
An optional comment attached to the action.
Example¶
{
"id": 1,
"stepNumber": 1,
"role": 1,
"type": "sign",
"status": "started",
"recipientId": 1,
"recipientEmail": "jane.doe@example.com",
"comment": null
}