Skip to main content
Get Event Rules

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Response

200 - application/json

A list of event rules currently configured in the system.

EventRuleId
integer<int64>

The unique identifier for the event rule.

EventRuleName
string | null

The name of the event rule.

EventCode
integer<int32>

The code representing the type of event associated with this rule.

EventSource
integer<int32> | null

The source from which the event originates.

EvetnCategoryId
integer<int32>

The category identifier associated with the event.

GroupCategoryId
integer<int32>

The group category identifier associated with the event.

EventRuleStatusId
integer<int32> | null

The status identifier of the event rule, indicating whether it is active or inactive.

EventDescription
string | null

A textual description of the event rule.