Skip to content

Events #76

@Stdubic

Description

@Stdubic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions