1,554
edits
(add paging →GET /v1/publishers) |
(add paging →GET /v1/recordsets) |
||
Line 859: | Line 859: | ||
</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/recordsets?limit=3&offset=3" | |||
}, | |||
</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]] |
edits