Query Collection

Here we will show you how you can query all documents defined by a collection

<?php
$documents = $api->getCollection('topNews')->execute();

Last updated