interface GetNotificationRulesRequest {
    checkID?: string;
    limit?: number;
    offset?: number;
    orgID: string;
    tag?: string;
}

Properties

checkID?: string

Only show notifications that belong to the specific check ID.

limit?: number

Limits the number of records returned. Default is 20.

offset?: number

The offset for pagination. The number of records to skip.

orgID: string

Only show notification rules that belong to a specific organization ID.

tag?: string

Only return notification rules that "would match" statuses which contain the tag key value pairs provided.

MMNEPVFCICPMFPCPTTAAATR