For the complete documentation index, see llms.txt. This page is also available as Markdown.

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