Rest Search API issue

Posted by Rollbase User on 11-Oct-2011 15:10

Trying to use rest search query and it continues to return ids not related to my search at all. For instance, /rest/api/search?sessionId=xxx&query=select companyname from hr_companies This returns ids to fields on a completely different object than hr_companies. Also, why return field ids and not field values like a typical sql query would run. Could any one please give me an example query that would give me field values?

All Replies

Posted by Admin on 11-Oct-2011 15:58

This API only supports full-text search. Currently there is no REST API similar to selectQuery SOAP API. I can add selectQuery REST API later.



Please note that URL parameters must be URL-encoded.

This thread is closed