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
At a glance, I haven't seen a way to scope queries by date.
With the Calls resource as an example, Twilio can be queried for calls within a date range. Calls.json?StartTime%3E=2017-11-01T10%3A00%3A00-07%3A00&EndTime%3C=2017-11-24T16%3A00%3A00-08%3A00
That will query calls between Nov 1, 2017 - Nov 24, 2017.
I believe it would also work unencoded and with dates, i.e. Calls.json?StartTime>=2017-11-01&EndTime<=2017-11-24
Is there a way to do this in ex_twilio that I haven't seen yet?
The text was updated successfully, but these errors were encountered:
At a glance, I haven't seen a way to scope queries by date.
With the Calls resource as an example, Twilio can be queried for calls within a date range.
Calls.json?StartTime%3E=2017-11-01T10%3A00%3A00-07%3A00&EndTime%3C=2017-11-24T16%3A00%3A00-08%3A00
That will query calls between Nov 1, 2017 - Nov 24, 2017.
I believe it would also work unencoded and with dates, i.e.
Calls.json?StartTime>=2017-11-01&EndTime<=2017-11-24
Is there a way to do this in ex_twilio that I haven't seen yet?
The text was updated successfully, but these errors were encountered: