Mechanizations REST Endpoints
Events/Mechanizations
Use for managing event mechanizations.
- Create an Event Mechanization
- Method: postPath:
/api/event/Mechanizations/ - Delete an Event Mechanization
- Method: deletePath:
/api/event/Mechanizations/{id} - Get an Event Mechanization by ID
- Method: getPath:
/api/event/Mechanizations/{id} - Get Event Mechanizations
- Method: getPath:
/api/event/Mechanizations/ - Get Event Mechanizations for Combo Boxes and Item Selectors
- Method: getPath:
/api/event/Mechanizations/readForSelect - Update an Event Mechanization
- Method: putPath:
/api/event/Mechanizations/{id}