I am working on mobile application which is integrate with Oracle RightNow. I am refere latest document of rightnow REST API.
It is work fine in normal request using REST API. But when I am using Query Support. It is not working.
As per doc, below url is work, but not working in my case.
For Query parameters
For ROQL object queries
https://username:password@mysite.custhelp.com/services/rest/connect/v1.3/accounts/?q=id>10
For ROQL tabular queries
https://username:password@mysite.custhelp.com/services/rest/connect/v1.3/queryResults/?query=select id from accounts;