Missing collections in the Zotero API
When I use the Zotero API to get a list of my collections, some of them are missing. The ones I've noticed so far are all parents of other collections that have items in them, but there are also some parent collections that are appearing in the API.
Could it be a max number limit? I have a lot of collections (my script tells me it is fetching 100 of them). If so, is there a way around this?
The API url is https://api.zotero.org/users/163121/collections?format=atom&key=[[REDACTED]]
Could it be a max number limit? I have a lot of collections (my script tells me it is fetching 100 of them). If so, is there a way around this?
The API url is https://api.zotero.org/users/163121/collections?format=atom&key=[[REDACTED]]
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.
2. It's like any other atom feed. There are a fixed number of results in a page. You can fetch more by following the rel=next link.