FormApprovalFlowInstance: NewFormApprovalFlowInstance & {
    createdAt: string;
    id: number;
    lastUpdatedBy?: string;
    updatedAt: string;
}

Example

{
"id": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"formId": 1,
"submissionId": "c1f0f27b-4289-4ce5-9807-bf84971991aa",
"steps": [],
"isLatest": true,
"status": "APPROVED",
"createdAt": "2021-08-06T12:00:00.00Z",
"updatedAt": "2021-08-06T12:00:00.00Z",
"previousFormSubmissionApprovalId": "a2fgdc5g-79c8-4f97-8d92-cde64b34956s",
"lastUpdatedBy": "username"
}

Type declaration

  • createdAt: string

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

  • id: number

    The unique identifier for the record

  • Optional lastUpdatedBy?: string

    The username of the user that last updated the approval

  • updatedAt: string

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