Query All Documents

Here we will show you how you can query all documents from your repository.

<?php
$documents = $api->getDocuments()->execute();

Last updated