Skip to content

Instantly share code, notes, and snippets.

@ilyautkin
Last active July 17, 2023 11:31
Show Gist options
  • Save ilyautkin/773ebbc7a1fdd6956e8eeafb7c6d728f to your computer and use it in GitHub Desktop.
Save ilyautkin/773ebbc7a1fdd6956e8eeafb7c6d728f to your computer and use it in GitHub Desktop.
<?php
$client = $modx->getService('rest', 'rest.modRest', null, ['headers' => ['X-Auth-Token' => $token]]);
$client->setOption('format','json');
$client->setOption('suppressSuffix','true');
$data = $client->get(self::API_URL . 'Positions/', ['delta' => '2023-01-01'])->process();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment