Skip to main content
POST
Get Comment Annotations
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.
Use this for SDK v3 or prior versions.

Endpoint

POST https://api.velt.dev/v1/commentannotations/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 annotations by organizationId and documentId

2. Get annotations by organizationId, documentId, and locationIds

3. Get annotations by organizationId, documentId, locationIds, and userIds

4. Get annotations by organizationId, documentId, and userIds

5. Get annotations by organizationId, documentId, and annotationIds

6. Get annotations by organizationId, documentId, locationIds, and annotationIds

Response

Success Response

Failure Response