Zotero api group access
Hi,
We are accessing Zotero records via the api and have encountered something odd.
When accessing items in this group: https://www.zotero.org/groups/392292/syriaca.org_test_bibliography_module
Using the following api call:
https://api.zotero.org/groups/392292/syriaca.org_test_bibliography_module/items?format=json&include=bib,data&start=0&limit=100
I get a page not found error. However when striping out the 'syriaca.org_test_bibliography_module' I can correctly return the collection items:
https://api.zotero.org/groups/392292/items?format=json&include=bib,data&start=0&limit=100
Is this a bug? Am I misunderstanding group ids?
Thanks for the help.
-Winona
We are accessing Zotero records via the api and have encountered something odd.
When accessing items in this group: https://www.zotero.org/groups/392292/syriaca.org_test_bibliography_module
Using the following api call:
https://api.zotero.org/groups/392292/syriaca.org_test_bibliography_module/items?format=json&include=bib,data&start=0&limit=100
I get a page not found error. However when striping out the 'syriaca.org_test_bibliography_module' I can correctly return the collection items:
https://api.zotero.org/groups/392292/items?format=json&include=bib,data&start=0&limit=100
Is this a bug? Am I misunderstanding group ids?
Thanks for the help.
-Winona
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.
This discussion has been closed.
Upgrade Storage
https://groups.google.com/forum/#!forum/zotero-dev
The API uses only the numeric IDs as indicated in https://www.zotero.org/support/dev/web_api/v3/basics#resources
The website urls include the group name to be more human readable.