How to use 'dateModified' parameter in Zotero API
I apologize for the trivial question, but I can't retrieve only items that were changed after a certain date with Zotero API.
Of course, such a URL does not work:
`https://api.zotero.org/groups/11111111/items?key=mykey&dateModified>2022-10-22`
Of course, such a URL does not work:
`https://api.zotero.org/groups/11111111/items?key=mykey&dateModified>2022-10-22`
The way to do this is just to sort by dateModified descending and stop when you get to the date in question.