Uncomplete response when retrieving bibtex using API
For exemple, this simple test request gives a limited result (13 items instead of 25) :
> https://api.zotero.org/groups/2239536/items?v=3&format=bibtex
Changing to json gives the right numbers of item :
> https://api.zotero.org/groups/2239536/items?v=3&format=json
Is there a way to force a complete response in bibtex ?
thank you.
> https://api.zotero.org/groups/2239536/items?v=3&format=bibtex
Changing to json gives the right numbers of item :
> https://api.zotero.org/groups/2239536/items?v=3&format=json
Is there a way to force a complete response in bibtex ?
thank you.
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.
https://api.zotero.org/groups/2239536/items/top?v=3&format=bibtex
which gets all 21 top-level items in the group
Reading further the documentation, I understand the limitation is 100 items using the parameter `limit`. Then we have to launch x times the request adding `&start=100`.
We synchronize public zotero group with our text editor Stylo (stylo.ecrituresnumeriques.ca), so that users can use their Zotero made bibliography within Stylo.
By any chance, does Zotero offers a service bypassing this limitation ?