What can we do with "Searches" in JSON result of API query
Hi,
The typical query is:
https://api.zotero.org/users/123456/searches/ABCDEDFGH?key=ABCDDEF123456
Where Ids are of course fakes for the demonstration.
The result details only the parameters of the search command, no more queries exist to use this ID for example to get the list of items:
https://api.zotero.org/users/123456/searches/ABCDEDFGH/items?key=ABCDDEF123456
This last query does not work for now !
Hopeful, that something works in future.
Thanks for your work.
The typical query is:
https://api.zotero.org/users/123456/searches/ABCDEDFGH?key=ABCDDEF123456
Where Ids are of course fakes for the demonstration.
The result details only the parameters of the search command, no more queries exist to use this ID for example to get the list of items:
https://api.zotero.org/users/123456/searches/ABCDEDFGH/items?key=ABCDDEF123456
This last query does not work for now !
Hopeful, that something works in future.
Thanks for your work.
-
fcheslackAt the moment that's just there for syncing the client. In the future you'll be able to perform those searches via the API (though the results might not be identical to what you get in the client for technical reasons).