To Do
To Do 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 ToDo Items
/api/todos - POST Add New ToDo Item
/api/todos - DELETE Delete a ToDo Item
/api/todos/{id} - GET Get ToDo by ID
/api/todos/{id} - PUT Update a ToDo Item
/api/todos/{id} - GET Search ToDo Items
/api/todos/search/{keyword}
See these endpoints in full on the complete API reference.