Comments Annotations
Get Comment Annotations v2
POST
Use this API to retrieve comment annotations from a document within an organization. Additional filters can be applied using location IDs, annotation IDs, or user 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/v2/commentannotations/get
Headers
Your API key.
Your Auth Token.
Body Example
Params
Example Requests
1. Get annotations by organizationId and documentId
2. Get annotations by organizationId and documentIds grouped by documentId
3. Get annotations by organizationId, documentId, and locationIds
4. Get annotations by organizationId, documentId, locationIds, and userIds
5. Get annotations by organizationId, documentId, and userIds
6. Get annotations by organizationId, documentId, and annotationIds
7. Get annotations by organizationId, documentId, locationIds, and annotationIds
8. Get annotations by organizationId, statusIds, updatedAfter, and updatedBefore
Response
Success Response with single documentId
Success Response with multiple documentIds with groupByDocumentId
Failure Response
Was this page helpful?