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

Filter on date fields for student search #9

Open
SCCarl opened this issue Apr 3, 2019 · 0 comments
Open

Filter on date fields for student search #9

SCCarl opened this issue Apr 3, 2019 · 0 comments

Comments

@SCCarl
Copy link

SCCarl commented Apr 3, 2019

Hi

I'm wondering if it's possible to filter student data on admission date/date of leaving? Looking through the docs I see I can filter on updated/created before/after a certain date but I was wondering if this was possible for specific fields and if so how would I specify if it's before or after this date.

var param = new `Dictionary<string,string>();

//how would I be able to say whether I want it > or < the date specified?
param.Add("admission_date", DateTime.Today.ToString("YYYY-MM-DD HH:mm:SS");

this.client.school.students.all(new string[] {"education_details", "registration", "extended_details"},param);

Thanks for your help

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

No branches or pull requests

1 participant