Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date range scoping #83

Open
craiglyons opened this issue Nov 26, 2017 · 0 comments
Open

Date range scoping #83

craiglyons opened this issue Nov 26, 2017 · 0 comments

Comments

@craiglyons
Copy link

craiglyons commented Nov 26, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants