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

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
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