Private restAPIGet a list of all records in an object.
// Get all products
const service = new VeevaService(credentials)
await service.object.getRecordCollection('product__v')
// Get all countries
const service = new VeevaService(credentials)
await service.object.getRecordCollection('country__v')
An array of object records
The name of the object
Generated using TypeDoc
The ObjectAPI retrieves objects from veeva