v1.0 REST Endpoints

Comments/v1.0
The operations from the Comments/v1.0 category.
Adds a comment or reply to an object.
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments
Delete a 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
Marks comments for the user as read
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsRead
Marks comments for the user as unread
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/markAsUnRead
Post a comment or reply.
Method: post
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/objects
Updates a comment.
Method: put
Path: /ec-comment-svc/rest/v1.0/studies/{studyId}/comments/{commentId}