FormSubmissionApproval: BaseFormSubmissionApproval & {
    createdAt: string;
    id: string;
    status: "PENDING" | "APPROVED" | "CLARIFICATION_REQUIRED" | "CLOSED";
    updatedAt: string;
}

Example

{
"id": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"formApprovalFlowInstanceId": 1,
"group": "group1",
"stepLabel": "Step 1",
"status": "APPROVED",
"createdAt": "2021-08-06T12:00:00.00Z",
"updatedAt": "2021-08-06T12:00:00.00Z",
"notificationEmailAddress": ["username@oneblink.io"],
"notes": "Notes",
"internalNotes": "Internal Notes",
"updatedBy": "username"
}

Type declaration

  • createdAt: string

    The date and time (in ISO format) the approval was created

  • id: string

    The unique identifier for the record

  • status: "PENDING" | "APPROVED" | "CLARIFICATION_REQUIRED" | "CLOSED"

    The status of the approval

  • updatedAt: string

    The date and time (in ISO format) the approval was last updated