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.
Filtering Options:
documentId: Single document IDdocumentIds: Array of Document IDs (Limit: Only 30 IDs at a time)groupByDocumentId: Data will be grouped by document IDfolderId: Folder ID to filter annotations by the folderlocationIds: Array of Location IDs (Limit: Only 30 IDs at a time)annotationIds: Array of Annotation IDs (Limit: Only 30 IDs at a time)userIds: Array of User IDs (Limit: Only 30 IDs at a time)statusIds: Status IDs of the annotations to filter onupdatedAfter/updatedBefore: Filter by lastUpdated timestamp (milliseconds)createdAfter/createdBefore: Filter by createdAt timestamp (milliseconds)pageSize and pageTokenRequirements:
š Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/comments-feature/comment-annotations/get-comment-annotations-v2