Type Alias FormsSearchOptions

FormsSearchOptions: BaseSearchOptions & {
    formsAppEnvironmentId?: number;
    formsAppId?: number;
    isAuthenticated?: boolean;
    name?: string;
}

Type declaration

  • OptionalformsAppEnvironmentId?: number

    Search on the formsAppEnvironmentId property of a form. Must be the exact match of a formsAppEnvironmentId.

  • OptionalformsAppId?: number

    Search on the formsAppIds property of a form. Must be the exact match of one the ids in formsAppIds.

  • OptionalisAuthenticated?: boolean

    Search on the isAuthenticated property of a form. Must be either true or false or not specified.

  • Optionalname?: string

    Search on the name property of a form. Can be a prefix, suffix or partial match