Here we will show you how you retrieve a single document behind an alias.
<?php $document = $api->getAlias('legalNotice')->execute();
Last updated 6 years ago