How can we filter the HCM worker api by the LastUpdateDate
How can we filter the HCM worker api by the LastUpdateDate?
Have tried the below:-
1)q=(LastUpdateDate BETWEEN '2017-09-15T00:00:00.000%2b00:00' AND '2022-09-15T00:00:00.000%2b00:00')
2)q=(LastUpdateDate >= '2017-09-15T00:00:00.000%2b00:00' )
Getting error as below:-
"Failed to build ViewCriteria from expression \"(LastUpdateDate BETWEEN '2017-09-15T00:00:00.000+00:00' AND '2022-09-15T00:00:00.000+00:00')\" using view object Worker. Unable to create criteria item from node: \"LastUpdateDate\". ",
Tagged:
0