Comments
Get Comments
POST
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:
- Deploy v4.0.0-beta.9 or higher of the Velt SDK.
- Enable advanced queries option in the console
Endpoint
POST https://api.velt.dev/v1/commentannotations/comments/get
Headers
Your API key.
Your Auth Token.
Body Example
Params
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
Was this page helpful?