@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface ResponsesGetFormResponse

    Response model for getting a specific form response

    interface ResponsesGetFormResponse {
        formId: string;
        id: string;
        progress: ResponsesResponseProgress;
        sections: ResponsesResponseSections[];
    }
    Index

    Properties

    formId: string

    The form that this response belongs to.

    id: string

    The response's unique identifier.

    The current answering progress of the response.

    The section list of the response, order by the form workflow.