In the webinar, I believe I understood that via API it is possible to perform joint searches across different collections that belong to different disciplines. Would it be possible to have an example of what such an API request should look like? For example, to know at certain levels of the storage tree hierarchy all the collection records that exist, since there are often spaces that share collections from different disciplines. Also, increasingly, lists of biodiversity are requested for different geographic levels (Locality, Municipality, and County).
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!