I am working on mobile application which is integrate with Oracle RightNow. I am refere latest document of rightnow REST API.

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

https://username:[email protected]/services/rest/connect/v1.3/accounts/7?fields=id,lookupName,accountHierarchy.links

For ROQL object queries

https://username:[email protected]/services/rest/connect/v1.3/accounts/?q=id>10

For ROQL tabular queries

https://username:[email protected]/services/rest/connect/v1.3/queryResults/?query=select id from accounts;

1

There are 1 best solutions below

3
On

Are you using 15.5? ROQL support in the REST API was just released in 15.8.