Unable To Use The IncludeChildren=true For A Resource Item Describe
(Doc ID 2688177.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion CX Sales Cloud Service - Version 11.13.20.04.0 and laterInformation in this document applies to any platform.
Goal
Unable to use the includeChildren=true for a Resource Item Describe
While trying to fetch the MetaData information using the REST Describe however while exploring the same we have come across an issue which is not working as per the documentation.
We want to recursively include the MetaData Information for an Parent Resource Item. For Example Lets say if we do a describe on Contact using the parameter ?includeChildren=true it should include all child items under contact while giving the Describe output. We have used the following url:
https://ekoo-test.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/contacts/describe?includeChildren=true
Method : GET
Content-Type : none
Response: Status: Bad Request: 400
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "URL request parameter includeChildren cannot be used in this context.",
"o:errorCode": "27520"
}
]
}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |