Issue 14235
offset parameter missing?
14235
Reporter: sant
Type: Feedback
Summary: offset parameter missing?
Resolution: WontFix
Status: Closed
Created: 2013-10-16 00:37:16.081
Updated: 2013-10-16 11:38:20.232
Resolved: 2013-10-16 11:38:20.203
Description: It looks like to me there should be an offset parameter here, to be used in combination with limit parameter for paginating results?
offset is not listed as a parameter, but actually this works to return different isolated records:
http://api.gbif.org/v0.9/occurrence/search?taxonKey=3189815&limit=1&offset=0
http://api.gbif.org/v0.9/occurrence/search?taxonKey=3189815&limit=1&offset=1
http://api.gbif.org/v0.9/occurrence/search?taxonKey=3189815&limit=1&offset=2
*Reporter*: David G. SanLeĆ³n
*E-mail*: [mailto:sant.herbarium@gmail.com]]]>
Author: kbraak@gbif.org
Created: 2013-10-16 11:38:20.229
Updated: 2013-10-16 11:38:20.229
/occurrence/search has paging=true, and the summary section includes the paging parameters in the common section: http://portaldev.gbif.org/developer/summary#common
I'll email David to explain.