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
There has recently been added functionality to just get the students without querying the school, but you can't query on students. It would be really useful if we could just update a single student when required, without getting back all the students.
Something like:
var paramsToQueryOn = new Dictionary<string, string>();
paramsToQueryOn.Add("forename", "Jon");
wondeSchoolJson.students.search(null, paramsToQueryOn)(new string [] { "fields" ....
The text was updated successfully, but these errors were encountered:
There has recently been added functionality to just get the students without querying the school, but you can't query on students. It would be really useful if we could just update a single student when required, without getting back all the students.
Something like:
var paramsToQueryOn = new Dictionary<string, string>();
paramsToQueryOn.Add("forename", "Jon");
wondeSchoolJson.students.search(null, paramsToQueryOn)(new string [] { "fields" ....
The text was updated successfully, but these errors were encountered: