mpw83
5 years agoContributor
How to send '>' symbol on query parameter ?
I am sending the following type of SQL as a parameter in Rest request
SELECT+Name+FROM+dayJob+WHERE+JobType+=+'topTwo'+AND+CreatedDate+>+2020-02-11T02:30:00.00Z
But I am getting `Illegal character in query` exception for the symbol ">" in "CreatedDate+>+2020-02-11T02:30:00.00Z"
Also, I am sure this SOQL query is correct as well. I am only getting this issue when I am sending the request through the ReadyAPI.
Is there are any way to solve this issue? Thanks