v1.0 REST Endpoints
Comments/v1.0
The operations from the Comments/v1.0 category.
- Add comment or reply
- Method: postPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects
- Add comment or reply to an object
- Method: postPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments
- Delete comment or reply
- Method: deletePath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/{commentId}
- Get all comments for a particular object
- Method: getPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/{objectId}
- Get unread comments count for a particular object
- Method: getPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/{objectId}/unreadCount
- Get unread comments count for list of objects
- Method: postPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/unreadCount
- Mark comments as read for a user
- Method: postPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsRead
- Marks comments as unread for a user
- Method: postPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsUnRead
- Update comment
- Method: putPath:
/ec-comment-svc/rest/v1.0/studies/{studyId}/comments/{commentId}