Here we will show you how you can query all documents from your repository.
<?php $documents = $api->getDocuments()->execute();
Last updated 6 years ago