Here we will show you how you can query all documents defined by a collection
<?php $documents = $api->getCollection('topNews')->execute();
Last updated 6 years ago