Read Annotations by Document Version and Type

GET https://{{vaultDNS}}/api/{{version}}/objects/documents/:{doc_id}/versions/:{major_version}/:{minor_version}/annotations

https://developer.veevavault.com/api/24.1/#Retrieve_Document_Version_Annotations

Request Params

KeyDatatypeRequiredDescription
limitnullPaginate the results by specifying the maximum number of records per page in the response. This can be any value between 1 and 500. If omitted, defaults to 500. Values greater than 500 are ignored.
offsetnullThis parameter is used to paginate the results. It specifies the amount of offset from the first record returned. Vault returns 200 records per page by default. If you are viewing the first 200 results (page 1) and want to see the next page, set this to offset=201.
annotation_typesnullThe type(s) of annotations to retrieve. For example, note__sys,anchor__sys. If omitted, Vault returns all annotations.
pagination_idnullA unique identifier used to load requests with paginated results.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring