Skip to main content
POST
Get Comments
Use this API to retrieve comments in a specific CommentAnnotation. Additional filters can be applied using comment IDs.
Prior to using this API, you must:
  • Enable advanced queries option in the console
  • Deploy v4 series of the Velt SDK.

Endpoint

POST https://api.velt.dev/v2/commentannotations/comments/get

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

1. Get all comments with a CommentAnnotation by organizationId, documentId, and annotationId

2. Get specific comments of a CommentAnnotation by organizationId, documentId, annotationId and commentIds

Response

Success Response