Parameter types
In addition to the standard parameter types like string, array, object, integer, and number, the Events API uses custom schemas for numeric, date, and location parameters.Numeric parameters
Use numeric parameters to filter by quantities or measurements. Format:gte
: Greater than or equal to valuelte
: Less than or equal to value
String parameters
Use string parameters to filter by text values. Accepts either a single string or an array of strings. Single string format:Date parameters
Use date parameters to filter by time ranges. Supports both absolute dates and relative formats. Format:- Absolute dates: “YYYY-MM-DD”
- Relative dates: “now”, “now-30d”