Forum Discussion

deeps's avatar
deeps
New Contributor III
3 years ago

Rest Get Query parameter particular filter criteria not working

I am doing an API call by passing dynamic timestamp in Query Parameters section , here is the value I am passing
“INSTALLED_SW_LAST_CHANGE_TIMESTAMP%20ge%20”+Date.now().toLocaleDateString()+“T15:00:00-05:00)”.
I am getting status code error 400

But if I am passing same value in edit pipeline section as below pic , pipeline works fine.

Can you please help me to resolve this issue. Thank you for your help.