Here we will show you how you can query all documents from your repository.
Last updated 6 years ago
var options = {}; api.getDocuments(options) .then(result => { // futher implementation }) .catch(err => { throw err; })