Private restAPIGet a list of document types in Veeva
const service = new VeevaService(credentials)
await service.document.types.getDocumentTypes()
An array of document types
Retrieve a list of relationship types from Veeva.
const service = new VeevaService(credentials)
await service.document.types.getRelationshipTypes('slide__v')
An array of relationships
The document type to retrieve relationships for
Generated using TypeDoc
The TypesAPI retrieves information on document types from Veeva