Retrieving config item data using REST API
We are trying to retrieve config item data using fscmRestApi/resources/11.13.18.05/configuredItems.
But we are not able to retrieve any data. However, i am able to see data in the UI which tells me there is no issue with the roles.
{
"items" : [ ],
"count" : 0,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"name" : "configuredItems",
"kind" : "collection"
} ]
}
Is there any additional privilege that needs to be added for this to work?
Please let me know.
REST API for Oracle Fusion Cloud SCM - Configured Items REST Endpoints
Tagged:
0