Accessing Saved Searches
I read that saved searches are already synced to one's cloud account. Yet they are not accessible, they are apparently hidden. I would like to be able to access these searches. I am currently using zotpress to display my zotero library on my wordpress website.
What is the ETA of this being implemented. Or better yet a way to access zotero collections and searches without a third party plugin (although the author of Zotpress has been excellent I subscribe to the KISS axiom).
What is the ETA of this being implemented. Or better yet a way to access zotero collections and searches without a third party plugin (although the author of Zotpress has been excellent I subscribe to the KISS axiom).
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.
Upgrade Storage
https://www.zotero.org/support/dev/web_api/v3/basics
i.e. in your case
https://api.zotero.org/users/1099825/searches?v=3&key=<key>
but that returns the search conditions, not the items in the searches -- you'd then have to re-run the searches via API to build the item list. I don't know the API well enough to say if that's possible and how hard that'd be.