ApprovalPlanInfo
Information about the approval workflow configuration for the sheet.
approval_plan_activebooleanrequired
Whether an approval plan is active for this sheet
Example:
trueapproval_levelsinteger
Number of approval levels required
Example:
2approver_idstringnullable
User ID of the next approver in the workflow
Example:
marinoapprover_namestringnullable
Full name of the next approver
Example:
Stephanie MarinoApprovalPlanInfo
{
"approval_plan_active": true,
"approval_levels": 2,
"approver_id": "marino",
"approver_name": "Stephanie Marino"
}