Displays REST Endpoints

Event/Displays
Use for managing event displays.
Create an Event Display
Method: post
Path: /api/event/Displays
Delete an Event Display
Method: delete
Path: /api/event/Displays/{id}
Get All Columns for New Displays
Method: get
Path: /api/event/Displays/readAllColumns
Get an Event Display by ID
Method: get
Path: /api/event/Displays/{id}
Get Event Displays
Method: get
Path: /api/event/Displays
Get Event Displays for Combo Boxes and Item Selectors
Method: get
Path: /api/event/Displays/readForSelect
Update an Event Display
Method: put
Path: /api/event/Displays/{id}