You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/EventsApi.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ Name | Type | Description | Required | Notes
67
67
**filter_user_id** | Option\<**String**> | Limit the results returned to a specific user. | |
68
68
**filter_token_id** | Option\<**String**> | Limit the returned events to a specific token. | |
69
69
**filter_created_at** | Option\<**String**> | Limit the returned events to a specific time frame. Accepts sub-parameters: lt, lte, gt, gte (e.g., filter[created_at][gt]=2022-01-12). | |
70
+
**filter_created_at_lte** | Option\<**String**> | Return events on and before a date and time in ISO 8601 format. | |
71
+
**filter_created_at_lt** | Option\<**String**> | Return events before a date and time in ISO 8601 format. | |
72
+
**filter_created_at_gte** | Option\<**String**> | Return events on and after a date and time in ISO 8601 format. | |
73
+
**filter_created_at_gt** | Option\<**String**> | Return events after a date and time in ISO 8601 format. | |
70
74
**page_number** | Option\<**i32**> | Current page. | |
71
75
**page_size** | Option\<**i32**> | Number of records per page. | |[default to 20]
72
76
**sort** | Option\<**String**> | The order in which to list the results by creation date. | |[default to created_at]
0 commit comments