Forum Discussion
Abhishek_Soni37
3 years agoContributor
Hi,
The provided information is not enough. could you execute the pipeline and share the detailed error log of the rest Get?
Also try and replace %20 with + as below and give it a try.
“INSTALLED_SW_LAST_CHANGE_TIMESTAMP+ge+”+Date.now().toLocaleDateString()+“T15:00:00-05:00)”
bojanvelevski
3 years agoValued Contributor
Hi @Soni37,
I can see your filter added as a query parameter is missing an opening parenthesis, maybe that’s the problem?
Other thing I would like to add is that passing the same expression as a parameter won’t be evaluated, and it is going to be considered as a string.
Meaning, the part Date.now().toLocaleDateString() will not be evaluated tto the current DateTime.
Hope this helps,
Regards,
Bojan