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.
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 ?