Survey

Example values

Node.js
{
id: string;
name: string;
description?: string;
type: SurveyType;
feature_flag_keys?: {
key: string;
value?: string;
}[];
linked_flag_key?: string;
targeting_flag_key?: string;
internal_targeting_flag_key?: string;
questions: SurveyQuestion[];
appearance?: SurveyAppearance;
conditions?: {
url?: string;
selector?: string;
seenSurveyWaitPeriodInDays?: number;
urlMatchType?: SurveyMatchType;
events?: {
repeatedActivation?: boolean;
values?: {
name: string;
}[];
};
actions?: {
values: SurveyActionType[];
};
deviceTypes?: string[];
deviceTypesMatchType?: SurveyMatchType;
linkedFlagVariant?: string;
};
start_date?: string;
end_date?: string;
current_iteration?: number;
current_iteration_start_date?: string;
}

Community questions

Was this page useful?