IDigBio API v1 Examples: Difference between revisions

Line 497: Line 497:
=== Elasticsearch Examples ===
=== Elasticsearch Examples ===


TBD
Find all specimen records that meet the following criteia:
 
* Have an image (mediarecord) associated with the specimen record
* Are from Hocking or Fairfield County, Ohio.
 
To resolve this criteria, we need the following (expressed in pseudocode):
 
# hasImage is true
# county is equal to "Hocking" or "Fairfield"
# stateprovince is equal to "Ohio" (there is a Fairfield county in multiple locations around the world)


=== API Performance ===
=== API Performance ===
1,554

edits