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`
  • Best to post API questions to zotero-dev — we try to keep technical discussions there.

    The way to do this is just to sort by dateModified descending and stop when you get to the date in question.
Sign In or Register to comment.