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