Here we will show you how you can query all documents defined by a collection
var options = {}; api.getCollection('blogPosts', options) .then(result => { // futher implementation }) .catch(err => { throw err; })
limit
offset
locale
includes
includeTags
excludeTags
fields
embedAssets
filters
sorting
search
Last updated 7 years ago