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