Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 672 Bytes

loyalty-event-date-time-filter.md

File metadata and controls

26 lines (17 loc) · 672 Bytes

Loyalty Event Date Time Filter

Filter events by date time range.

Structure

LoyaltyEventDateTimeFilter

Fields

Name Type Tags Description
createdAt TimeRange Required Represents a generic time range. The start and end values are
represented in RFC 3339 format. Time ranges are customized to be
inclusive or exclusive based on the needs of a particular endpoint.
Refer to the relevant endpoint-specific documentation to determine
how time ranges are handled.

Example (as JSON)

{
  "created_at": {
    "start_at": null,
    "end_at": null
  }
}