You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Looking ROQL query for Service Category object using rest API

edited Apr 16, 2024 10:38PM in Fusion Service 1 comment

Summary

Looking ROQL query for Service Category object using rest API

Content

Using URL - "https://cloroxconnections.custhelp.com/services/rest/connect/v1.3/serviceCategories"  (But getting few columns)

Using REST API - https://mysite.example.com/services/rest/connect/v1.3/queryResults/
?query=select *  from serviceCategories; 

Here in getting error like 

"

{
    "type": "https://yyy.com/services/rest/connect/exceptions/OSC-CREST-00013",
    "title": "Unrecognized resource",
    "status": 404,
    "detail": "Unrecognized resource:  ",
    "instance": "https://yyy.com/services/rest/connect/v1.3/queryResults/ ?query=select *  from serviceCategories;",
    "o:errorCode": "OSC-CREST-00013"
}"

Here referred this link from  "https://docs.oracle.com/en/cloud/saas/service/18c/cxsvc/c_osvc_roql_object_queries.html&quot

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!