Skip to main content

ApprovalPlanInfo

Information about the approval workflow configuration for the sheet.

approval_plan_activebooleanrequired

Whether an approval plan is active for this sheet

Example: true
approval_levelsinteger

Number of approval levels required

Example: 2
approver_idstringnullable

User ID of the next approver in the workflow

Example: marino
approver_namestringnullable

Full name of the next approver

Example: Stephanie Marino
ApprovalPlanInfo
{
"approval_plan_active": true,
"approval_levels": 2,
"approver_id": "marino",
"approver_name": "Stephanie Marino"
}