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

    Interface ResponsesSubmitResponse

    Response model after successfully submitting a form response.

    interface ResponsesSubmitResponse {
        createdAt: string;
        formId: string;
        id: string;
        progress: ResponsesResponseProgress;
        submittedAt: string;
    }
    Index

    Properties

    createdAt: string

    The creation timestamp of the response.

    formId: string

    The form that this response belongs to.

    id: string

    The response's unique identifier.

    The current progress of the response.

    submittedAt: string

    The submission timestamp of the response.