Hi Ken-ichi. 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: http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&lastInterpreted=2014-01-01,* http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&lastInterpreted=2014-06-06,*
This is documented here and should be linked from the search parameter descriptions if they support range queries: http://www.gbif.org/developer/summary#common 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: http://api.gbif.org/v0.9/occurrence/search?datasetKey=50c9509d-22c7-4a22-a47d-8c48425ef4a7&lastInterpreted=2014-06-06,* best, Markus -- Markus D?ring Software Developer Global Biodiversity Information Facility (GBIF) mdoering at gbif.org http://www.gbif.org On 27 Jun 2014, at 01:32, Ken-ichi <kenichi.ueda at gmail.com> wrote: > GET > http://api.gbif.org/v0.9/occurrence/search?institutioncode=iNaturalist&lastInterpreted=2014-01-01 > { > offset: 0, > limit: 20, > endOfRecords: true, > count: 0, > results: [ ] > } > > I'm pretty sure you guys have indexed more than zero records from us > since 2014-01-01. Am I doing something wrong? Also, does "interpreted" > here mean the last time you *changed* or *added* the record on GBIF or > the last time you verified that the source and the GBIF record were in > sync? > > -ken-ichi > _______________________________________________ > API-users mailing list > API-users at lists.gbif.org > http://lists.gbif.org/mailman/listinfo/api-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.gbif.org/pipermail/api-users/attachments/20140627/4e7790ac/attachment.html
