-
Notifications
You must be signed in to change notification settings - Fork 62
Events #76
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels