Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 8.02 KB

eventslistrequest.md

File metadata and controls

17 lines (14 loc) · 8.02 KB

EventsListRequest

Fields

Field Type Required Description
StartTimestamp *time.Time Filter events after this timestamp.
EndTimestamp *time.Time Filter events before this timestamp.
OrganizationID *operations.EventsListQueryParamOrganizationIDFilter Filter by organization ID.
CustomerID *operations.EventsListQueryParamCustomerIDFilter Filter by customer ID.
ExternalCustomerID *operations.ExternalCustomerIDFilter Filter by external customer ID.
Source *operations.SourceFilter Filter by event source.
Page *int64 Page number, defaults to 1.
Limit *int64 Size of a page, defaults to 10. Maximum is 100.
Sorting []components.EventSortProperty Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.
Metadata map[string]components.MetadataQuery Filter by metadata key-value pairs. It uses the deepObject style, e.g. ?metadata[key]=value.