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

Properties

origins?: string

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

scenarios_containing?: string

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

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.

scopes?: string

Comma separated scopes of decisions to fetch

startup?: boolean

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

Generated using TypeDoc