v1.0 REST Endpoints

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