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

    Interface FormsQuestionFiltersResponse

    Response model for getting question filters.

    interface FormsQuestionFiltersResponse {
        answers: FormsFilterAnswerItem[];
        formId: string;
        questionId: string;
        viewId: string;
    }
    Index

    Properties

    The list of available unique answers for this question.

    formId: string

    The unique identifier of the form.

    questionId: string

    The unique identifier of the question.

    viewId: string

    The unique identifier of the view.