Here we will show you how you retrieve a single document behind an alias.
Last updated 6 years ago
var options = {}; api.getAlias('aboutUs', options) .then(result => { // futher implementation }) .catch(err => { throw err; })