Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To see a list of event types follow this link: redoc or  swagger documentation.

Querying for all events

API

Querying with filtering

To get only new events since the last check, use either the last retrieved eventid or a timestamp as query parameter.

  • [GET] /v1/events?fromeventid=<last_id>

  • [GET] /v1/events?fromeventcreated=<last_checked>

For a full list of filtering and sorting options, check the api documentation.