Webinar: Database Planning, Structure & Sharing in Specify

Hi @jagullov,

Thanks for your question! We have our guide on how to use the Specify 7 API here:

There is a section named Filtering which explains a bit more about this

Effectively, if you do not add the ?domainfilter=true parameter to the API call, it will return records from all collections in the database. You can create scripts to find records from all collections that have preparations at a particular storage location (e.g. f"{BASE_URL}/api/specify/preparation/?storage={StorageID}"") or find all objects that have a locality at a particular level in the geography tree. It takes a bit of technical knowledge to accomplish, but it is completely doable!

1 Like