Ticket Comments
Ticket Comments 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 Ticket Comments
/api/ticket-comments - POST Add Ticket Comment
/api/ticket-comments - DELETE Delete Ticket Comment
/api/ticket-comments/{id} - GET Get Ticket Comment by ID
/api/ticket-comments/{id} - PUT Update Ticket Comment
/api/ticket-comments/{id} - GET Search Ticket Comments
/api/ticket-comments/search/{keyword}
See these endpoints in full on the complete API reference.