OIC Rest API Integration Response
Summary
Rest API Integration ResponseContent
Hi All,
I was just going through OIC Rest API's and found one strange behaviour, can anyone please throw some light on the same.
While accessing the endpoint /ic/api/integration/v1/integrations I am able to retrieve information about all integrations , but the response I am getting is not similar to the one described in document (https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-integration-v1-integrations-get.html)
As per document the response contains multiple array objects under items-->integration-->integrationlist such as "dependencies" , "endpoints", "links", "properties" and many other elements.
My response doesn't have dependencies or properties or some few other elements to name . How can I access the above API to provide me full response payload.