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 is no way to set the parameter limit in get_property_values so that all property values are returned. I came across this issue when I was trying to get schools from school districts. I have a list of all the school districts in New York City and I want to get all the schools in those school districts.
If this call returns 100 schools I have no way of knowing if there are more than 100 schools without issuing the call again with a higher number as the limit.
Other libraries allow for limits to be eliminated using a setting of -1.
The text was updated successfully, but these errors were encountered:
There is no way to set the parameter
limit
inget_property_values
so that all property values are returned. I came across this issue when I was trying to get schools from school districts. I have a list of all the school districts in New York City and I want to get all the schools in those school districts.If this call returns 100 schools I have no way of knowing if there are more than 100 schools without issuing the call again with a higher number as the limit.
Other libraries allow for limits to be eliminated using a setting of
-1
.The text was updated successfully, but these errors were encountered: