Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events #76

Open
Stdubic opened this issue Feb 19, 2021 · 0 comments
Open

Events #76

Stdubic opened this issue Feb 19, 2021 · 0 comments

Comments

@Stdubic
Copy link

Stdubic commented Feb 19, 2021

Hi all,

I have issues with events:

$events = $api->events->getEvents(['resource' => $pojectId]);

returns null

when I try:

$events = $api->events->getIterator(['resource' => $pojectId]));
foreach ($events as $event) {
var_dump($event);
}

when it tries to iterate iterator fails with InvalidTokenError (code: 500)

can you help, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant