I am trying to add a comment via REST API. Is there any way it can tell us if for the given file & line number there already exists a comment?
I was thinking of fetching all comments rest-service/reviews-v1/CR-1/comments and then getting line number to compare <user> and <message> attributes.
Is there any other better approach?