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