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

    Interface ResponsesResponseJSON

    Response model for a single response in list view

    interface ResponsesResponseJSON {
        createdAt: string;
        id: string;
        submittedBy: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    The creation timestamp of the response.

    id: string

    The response's unique identifier.

    submittedBy: string

    The user who submitted this response.

    updatedAt: string

    The last updated timestamp of the response.