The object sent with the request to retrieve a list of events from your organization.

Hierarchy

  • EventsListRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The search and filter query settings.

The global query options that are used. Either provide a timezone or a time offset but not both, otherwise the query fails.

Pagination settings.

sort?: EventsSort

The sort parameters when querying events.

Generated using TypeDoc