Activity Logs
Activity Logs endpoints of the REST API for RISE CRM v2.1.0: 3 operations (GET) with parameters and JSON examples.
Endpoints
- GET List all Activity Logs (Read-Only)
/api/activity-logs - GET Get Activity Log by ID (Read-Only)
/api/activity-logs/{id} - GET Search Activity Logs
/api/activity-logs/search/{keyword}
See these endpoints in full on the complete API reference.