1,554
edits
(move paging example to Examples page →GET /v1/records) |
(add paging →GET /v1/publishers) |
||
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]] |
edits