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
?filter[windowSize]=30 (filter window size in days)
As a human, the window size seems to be the easiest to use. But in a real-world analysis client, the developer would probably want explicit control over the dates, so I'm guessing the startDate and endDate thing would probably be best.
The text was updated successfully, but these errors were encountered:
Possible implementations:
?filter[startDate]=2024-08-11T02:00:00.000Z
?filter[startDate]=2024-08-10T00:00:00.000Z&filter[endDate]=2024-08-11T00:00:00.000Z
?filter[windowSize]=30
(filter window size in days)As a human, the window size seems to be the easiest to use. But in a real-world analysis client, the developer would probably want explicit control over the dates, so I'm guessing the
startDate
andendDate
thing would probably be best.The text was updated successfully, but these errors were encountered: