v1.0 REST Endpoints

Comments/v1.0
The operations from the Comments/v1.0 category.
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 an object
Method: get
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/{objectId}
Get unread comments count for a list of objects
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/unreadCount
Get unread comments count for an object
Method: get
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects/{objectId}/unreadCount
Mark comments as read for a user
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsRead
Mark comments as unread for a user
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsUnRead
Post comment or reply
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects
Update comment
Method: put
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/{commentId}