Has anyone here successfully used `lastModifiedDat...
# suitetalkapi
d
Has anyone here successfully used
lastModifiedDate
in a query for REST API?
q=lastModifiedDate ON_OR_AFTER "1/1/2021" - I get
Invalid search query. Detailed unprocessed description follows. Search error occurred: Parse of date/time \"1/1/2021\" failed with date format \"d.M.yy\" in time zone America/Los_Angeles\nCaused by:\n\tjava.text.ParseException: Unparseable date: \"1/1/2021\".
a
it wants 2 digit instead of 4 digit year
d
No, that's not it @Anthony OConnor
a
¯\_(ツ)_/¯
d
I found the issue ... the date format in the REST API call must match that of the User Prefs (not Company Prefs). I va!
👍 1