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