Comments REST Endpoints
User Tasks/Comments
The operations from the User Tasks/Comments category.
- Add a Task Comment
- Method: postPath:
/process/api/v1/tasks/{id}/comments - Get a Task Comment
- Method: getPath:
/process/api/v1/tasks/{id}/comments/{commentId} - List Task Comments
- Method: getPath:
/process/api/v1/tasks/{id}/comments