IDigBio API v1 Specification: Difference between revisions

(move paging example to Examples page →‎GET /v1/records)
Line 651: Line 651:


</pre>
</pre>
The next "page" of records can be requested by adding the "offset" parameter, which is already provided in the "links" section of the returned data:
<pre>
  "idigbio:links" : {
      "idigbio:nextPage" : "http://api.idigbio.org/v1/publishers?limit=1&offset=1"
  },
</pre>
More thorough examples of using the nextPage and prevPage links as well as "offset" and "limit" are in [[iDigBio API Examples]].


[[#toc|Back to contents]]
[[#toc|Back to contents]]
1,554

edits