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
(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