RequestQuery: {
    contains?: boolean;
    ip?: string;
    origins?: string;
    range?: string;
    scenarios_containing?: string;
    scenarios_not_containing?: string;
    scope?: string;
    type?: string;
    value?: string;
}

Type declaration

  • Optionalcontains?: boolean

    indicate if you're looking for a decision that contains the value, or that is contained within the value

  • Optionalip?: string

    IP to search for (shorthand for scope=ip&value=)

  • Optionalorigins?: string

    Comma separated name of origins. If provided, then only the decisions originating from provided origins would be returned.

  • Optionalrange?: string

    range to search for (shorthand for scope=range&value=)

  • Optionalscenarios_containing?: string

    Comma separated words. If provided, only the decisions created by scenarios containing any of the provided word would be returned.

  • Optionalscenarios_not_containing?: string

    Comma separated words. If provided, only the decisions created by scenarios, not containing any of the provided word would be returned.

  • Optionalscope?: string

    scope to which the decision applies (ie. IP/Range/Username/Session/...)

  • Optionaltype?: string

    type of decision

  • Optionalvalue?: string

    the value to match for in the specified scope