1,554
edits
(add paging →GET /v1/recordsets/{UUID}/mediarecords) |
(add paging →GET /v1/recordsets/{UUID}/records) |
||
Line 1,038: | Line 1,038: | ||
# CURL SOMETHING | # CURL SOMETHING | ||
</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> | |||
## stuff | |||
</pre> | |||
More thorough examples of using the nextPage and prevPage links as well as "offset" and "limit" are in [[iDigBio API Examples]]. | |||
''DO NOT expect to be able to page through the entire iDigBio data this way. See [[iDigBio API Performance]] if you find yourself trying to page through large amounts of data.'' | |||
[[#toc|Back to contents]] | [[#toc|Back to contents]] |
edits