Get Events
Authentication
Request
Filter the events by account ID. Return only events with this account_id as either Actor, Context, or Participants.
Filter the returned events to a single category. Note that category shouldn’t be provided together with event_type.
Filter the returned events to a single event type. Note that event_type shouldn’t be provided together with category.
The maximal number of results to return per call. Note that some calls may not return
limit number of events, and may even return no events, even with has_more set to true.
In this case, callers should fetch again using get_events/continue.
Response headers
Response
Pass the cursor into get_events/continue to obtain additional events.
The value of cursor may change for each response from get_events/continue,
regardless of the value of has_more; older cursor strings may expire.
Thus, callers should ensure that they update their cursor based on the latest value of
cursor after each call, and poll regularly if they wish to poll for new events.
Callers should handle reset exceptions for expired cursors.
Is true if there may be additional events that have not been returned yet.
An additional call to get_events/continue can retrieve them.
Note that has_more may be true, even if events is empty.