bcgov / critterbase-api

0 stars 0 forks source link

Export-page-integration #17

Closed GrahamS-Quartech closed 1 year ago

GrahamS-Quartech commented 1 year ago

Critterbase API changes for 871. The most important addition here is the filter endpoint of the critter router, which can be used to obtain a list of critters matching specific criteria. This endpoint can return default or detailed critter data. I think it may make sense to replace the POST endpoint that accepts a list of critter_ids with this change, but I have not removed it in this PR.