Here we will show you how you can query all documents defined by a collection
Last updated 6 years ago
var options = {}; api.getCollection('blogPosts', options) .then(result => { // futher implementation }) .catch(err => { throw err; })