Events
Events endpoints of the REST API for RISE CRM v2.1.0: 6 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List all Events
/api/events - POST Add New Event
/api/events - DELETE Delete an Event
/api/events/{id} - GET Get Event by ID
/api/events/{id} - PUT Update an Event
/api/events/{id} - GET Search Events
/api/events/search/{keyword}
See these endpoints in full on the complete API reference.