Last updated
Was this helpful?
Last updated
Was this helpful?
query< EventFilter > - The event query criteria. See documentation for examples.
cursor< EventID > - Optional paging cursor
limit< uint > - Maximum number of items per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified.
descending_order< Boolean > - Query result ordering, default to false (ascending order), oldest record first.
EventPage< Page_for_Event_and_EventID >
Return list of events for a specified query criteria.