<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Ken-ichi.<div><br><div>we have indeed indexed iNaturalist since then. The query you have issued is looking for an exact date though. To find all records since that date you need to use a range query like this:</div><div><a href="http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-01-01,*">http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-01-01,*</a></div><div><a href="http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-06-06,*">http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-06-06,*</a></div><div><br></div><div>This is documented here and should be linked from the search parameter descriptions if they support range queries:</div><div><a href="http://www.gbif.org/developer/summary#common">http://www.gbif.org/developer/summary#common</a></div><div><br></div><div>If you want to filter records for a single dataset using the datasetKey might be safer to avoid records from other datasets accidently using the same codes:</div><div><a href="http://api.gbif.org/v0.9/occurrence/search?datasetKey=50c9509d-22c7-4a22-a47d-8c48425ef4a7&amp;lastInterpreted=2014-06-06,*">http://api.gbif.org/v0.9/occurrence/search?datasetKey=50c9509d-22c7-4a22-a47d-8c48425ef4a7&amp;lastInterpreted=2014-06-06,*</a></div><div><br></div><div><br></div><div>best,</div><div>Markus</div><div><br></div><div><br></div><div><br></div><div><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">--<br>Markus Döring</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Software Developer<br>Global Biodiversity Information Facility (GBIF)<br><div><a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a></div><div><a href="http://www.gbif.org">http://www.gbif.org</a></div><div><br></div><div><br></div><div><br></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On 27 Jun 2014, at 01:32, Ken-ichi &lt;<a href="mailto:kenichi.ueda@gmail.com">kenichi.ueda@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">GET <a href="http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-01-01">http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&amp;lastInterpreted=2014-01-01</a><br>{<br>offset: 0,<br>limit: 20,<br>endOfRecords: true,<br>count: 0,<br>results: [ ]<br>}<br><br>I'm pretty sure you guys have indexed more than zero records from us<br>since 2014-01-01. Am I doing something wrong? Also, does "interpreted"<br>here mean the last time you *changed* or *added* the record on GBIF or<br>the last time you verified that the source and the GBIF record were in<br>sync?<br><br>-ken-ichi<br>_______________________________________________<br>API-users mailing list<br><a href="mailto:API-users@lists.gbif.org">API-users@lists.gbif.org</a><br>http://lists.gbif.org/mailman/listinfo/api-users<br><br></blockquote></div><br></div></div></body></html>