Mechanizations REST Endpoints

Event/Mechanizations
Use for managing event mechanizations.
Create an Event Mechanization
Method: post
Path: /api/event/Mechanizations/
Delete an Event Mechanization
Method: delete
Path: /api/event/Mechanizations/{id}
Get an Event Mechanization by ID
Method: get
Path: /api/event/Mechanizations/{id}
Get Event Mechanizations
Method: get
Path: /api/event/Mechanizations/
Get Event Mechanizations for Combo Boxes and Item Selectors
Method: get
Path: /api/event/Mechanizations/readForSelect
Update an Event Mechanization
Method: put
Path: /api/event/Mechanizations/{id}