Get list of Event Filters
Select
SaaS
Customer Managed
Get Event Filters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
eventFilters object[]
ruleId int32event rule id
eventCode stringEvent code of the event
client object
id int32name stringprogram stringcompany object
id int32name stringfilterType int32Indicates to drop or allow the events. Default value is set as 0, drop the event.
{
"eventFilters": [
{
"ruleId": 0,
"eventCode": "string",
"client": {
"id": 0,
"name": "string"
},
"program": "string",
"company": {
"id": 0,
"name": "string"
},
"filterType": 0
}
]
}
Loading...