CAPE Policies REST Endpoints
    
        Events/CAPE Policies
    
Use for managing event CAPE policies.
- Create a CAPE Policy
- Method: postPath:/api/event/Policies
- Delete a CAPE Policy
- Method: deletePath:/api/event/Policies/{id}
- Get a CAPE Policy by ID
- Method: getPath:/api/event/Policies/{id}
- Get CAPE Policies
- Method: getPath:/api/event/Policies
- Get CAPE Policies for Combo Boxes and Item Selectors
- Method: getPath:/api/event/Policies/readForSelect
- Update a CAPE Policy
- Method: putPath:/api/event/Policies/{id}