1,554
edits
(clarification) |
(clarification) |
||
Line 143: | Line 143: | ||
The data provided by the Elasticsearch interface may differ from the raw API record, especially with regards to field names, since the Elasticsearch data has been normalized and indexed for consumption by the search portal. | The data provided by the Elasticsearch interface may differ from the raw API record, especially with regards to field names, since the Elasticsearch data has been normalized and indexed for consumption by the search portal. | ||
The record(s) stored in Elasticsearch can be retrieved by referencing the iDigBio GUID ("uuid") as the term provided to the query string parameter. | |||
<pre> | <pre> | ||
Line 291: | Line 293: | ||
; 3. Use the Elasticsearch URL interface with json-formatted filter query in the message body | ; 3. Use the Elasticsearch URL interface with json-formatted filter query in the message body | ||
Given a json-formatted query body stored in a file named uuid.json: | Given a json-formatted query body stored in a file named uuid.json which contains the iDigBio GUID in the "uuid" term: | ||
<pre> | <pre> |
edits