Do the APIs currently allow the user to filter the projects based on certain fields?
e.g. Can I retrieve a list of all the projects where the "Specie" attribute is set to "Rodent"?
Currerntly, I am retrieving the list of all projects via:
https://www.opensourcebrain.org/projects.json?limit=1000
and then filtering them subsequently.
I was wondering if something like:
https://www.opensourcebrain.org/projects.json?specie=Rodent
already exists?
Do the APIs currently allow the user to filter the projects based on certain fields?
e.g. Can I retrieve a list of all the projects where the "Specie" attribute is set to "Rodent"?
Currerntly, I am retrieving the list of all projects via:
https://www.opensourcebrain.org/projects.json?limit=1000
and then filtering them subsequently.
I was wondering if something like:
https://www.opensourcebrain.org/projects.json?specie=Rodent
already exists?