Zotero API Pagination Issues
Hi Folks,
I'm trying to read my library using the API. I need to read the items using HTTP links, like this:
https://api.zotero.org/groups/2247760/collections/UK2KMF6E/items?limit=100
It's because I'm building a software to read the data.
Now, I have more than 380 Items on this library and I need to retrieve it. How can I do this using an HTTP request?
How can I read the nest "pages" of data?
Thanks a lot,
Christian
I'm trying to read my library using the API. I need to read the items using HTTP links, like this:
https://api.zotero.org/groups/2247760/collections/UK2KMF6E/items?limit=100
It's because I'm building a software to read the data.
Now, I have more than 380 Items on this library and I need to retrieve it. How can I do this using an HTTP request?
How can I read the nest "pages" of data?
Thanks a lot,
Christian
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
(if the question is how you can retrieve more than 100 items at once, you can't; making large requests like that is bad practice for coding with an API, so you'd need to change your approach)
I already read the documentation but still don't know how to receive the next 100 items from the API. Can you help me?
Warm Regards
https://api.zotero.org/groups/2247760/collections/UK2KMF6E/items?start=100&limit=100