I am calling Object AQL API to filter on a value. But the API returns a "token recognition error" when the value being filtered has a double quote in it.
When my body looks like this, the API returns successfully:
{
"qlQuery": "ObjectType = Suppliers AND Name = Test"
}
{
"qlQuery": "ObjectType = Suppliers AND Name = T\"est"
}
Heard back from developer support and the right way to escape such values is:
T\\\"est
thx, man, you saved my day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.