Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
DocumentAnnotationReadResponse |
DocumentAnnotationRequest.readAnnotationsByDocumentVersionAndType(int docId,
int majorVersion,
int minorVersion)
Read Annotations by Document Version and Type
Retrieve annotations from a specific document version. |
DocumentAnnotationReadResponse |
DocumentAnnotationRequest.readAnnotationsByDocumentVersionAndTypeByPage(String pageUrl)
Read Annotations by Document Version and Type (By Page)
|
DocumentAnnotationReadResponse |
DocumentAnnotationRequest.readAnnotationsById(int docId,
int majorVersion,
int minorVersion,
int annotationId)
Read Annotations by ID
|
Copyright © 2024. All rights reserved.