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
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | Paginate 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. | |
offset | null | This 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_types | null | The type(s) of annotations to retrieve. For example, note__sys,anchor__sys. If omitted, Vault returns all annotations. | |
pagination_id | null | A unique identifier used to load requests with paginated results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |