Skip to content

Commit

Permalink
Request extended REST API data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis Igoumenos committed Feb 10, 2023
1 parent ce96c34 commit d08b872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/templates/element/mveaJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
if(entityType == 'external_identity') {
entityTypeIdRef = 'external_identity_id';
}
let url = '<?= $this->Url->build(['controller' => 'api', 'action' => 'v2']) ?>/' + mveaType + '?' + entityTypeIdRef + '=<?php print $parentId ?>';
let url = '<?=
$this->Url->build(['controller' => 'api', 'action' => 'v2'])
?>/' + mveaType + '?' + entityTypeIdRef + '=<?php print $parentId ?>&extended';
let xhr = callRegistryAPI(
url,
'GET',
Expand Down

0 comments on commit d08b872

Please sign in to comment.