Interface EventsApiListEventsRequest

Request parameters for listEvents operation in EventsApi.

Export

EventsApiListEventsRequest

Hierarchy

  • EventsApiListEventsRequest

Properties

created_at_gte?: string

Minimum `created_at` value to filter by (inclusive).

Memberof

EventsApiListEvents

created_at_lte?: string

Maximum `created_at` value to filter by (inclusive).

Memberof

EventsApiListEvents

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

EventsApiListEvents

object_id?: string

Id of related resource. The list will be filtered to include events that are related to the resource with this id.

Memberof

EventsApiListEvents

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

EventsApiListEvents

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

EventsApiListEvents

types?: ListEventsTypes[]

An array of up to 20 strings containing specific event names. The list will be filtered to include only events with a matching event property.

Memberof

EventsApiListEvents

Generated using TypeDoc