Event Filter Groups REST Endpoints
Event/Event Filter Groups
Use for managing event filter groups.
- Create an Event Filter Group
- Method: postPath:
/api/event/FilterGroups - Delete an Event Filter Group
- Method: deletePath:
/api/event/FilterGroups/{id} - Get an Event Filter Group by ID
- Method: getPath:
/api/event/FilterGroups/{id} - Get an Event Filter Group or Children of an Event Filter Group
- Method: getPath:
/api/event/FilterGroups - Get Event Filter Groups for Combo Boxes and Item Selectors
- Method: getPath:
/api/event/FilterGroups/readForSelect - Get Event Filter Groups for Tree Combos
- Method: getPath:
/api/event/FilterGroups/readForTreeCombo - Get Event Filter Groups for Tree Grids
- Method: getPath:
/api/event/FilterGroups/readForTree - Move Event Filter Groups to a Different Parent
- Method: putPath:
/api/event/FilterGroups/updateMove - Move or Copy Event Filters to a Different Group
- Method: putPath:
/api/event/FilterGroups/updateFilters - Update an Event Filter Group
- Method: putPath:
/api/event/FilterGroups/{id}