Custom Fields
Custom Fields endpoints of the REST API for RISE CRM v2.1.0: 4 operations (GET, PUT) with parameters and JSON examples.
Endpoints
- GET List all Custom Field definitions
/api/custom-fields - GET Get Custom Field definition by ID
/api/custom-fields/{id} - GET Get Custom Field values of a record
/api/custom-fields/values/{relatedTo}/{id} - PUT Set Custom Field values of a record
/api/custom-fields/values/{relatedTo}/{id}
See these endpoints in full on the complete API reference.