Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventsApi

Index

Constructors

  • new EventsApi(configuration: Configuration, requestFactory?: EventsApiRequestFactory, responseProcessor?: EventsApiResponseProcessor): EventsApi

Properties

api: ObservableEventsApi

Methods

  • Returns a list of events. By default, a maximum of 10 events are shown per page. List events.

    Parameters

    • Optional limit: number

      Specifies the maximum number of records to return.

    • Optional skip: number

      Specifies the offset for the first records to return.

    • Optional order: SortOrder

      Specifies the order in which to sort the results.

    • Optional name: string

      Specifies the name of the event

    • Optional deleted: boolean

      Specifies if display deleted events

    • Optional _options: Configuration

    Returns Promise<EventListResponse>

Generated using TypeDoc