RequestQuery: {
    origins?: string;
    scenarios_containing?: string;
    scenarios_not_containing?: string;
    scopes?: string;
    startup?: boolean;
}

Type declaration

  • Optional origins?: string

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

  • Optional scenarios_containing?: string

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

  • Optional scenarios_not_containing?: string

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

  • Optional scopes?: string

    Comma separated scopes of decisions to fetch

  • Optional startup?: boolean

    If true, means that the bouncers is starting and a full list must be provided

Generated using TypeDoc