Optional
configuration: ConfigurationRetrieves the details of an Event.
Get an Event
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Events from the past 30 days. The Events are sorted with the most recently created appearing first.
List all Events
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
created_at_gte: stringMinimum `created_at` value to filter by (inclusive).
Optional
created_at_lte: stringMaximum `created_at` value to filter by (inclusive).
Optional
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.
Optional
object_id: stringId of related resource. The list will be filtered to include events that are related to the resource with this id.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
EventsApi - functional programming interface
Export