How To Retrieve More Than 24 Records On Child Collection REST API Call?
(Doc ID 2802168.1)
Last updated on JULY 20, 2023
Applies to:
Oracle Fusion CX Sales Cloud Service - Version 11.13.21.04.0 and laterInformation in this document applies to any platform.
Goal
When trying to retrieve the records of a collection associated with a particular object (opportunity for demonstration purposes), by using the below call, the number of records is always 24, even if there are more records associated
https://[POD-NAME]/crmRestApi/resources/latest/opportunities/105014?onlyData=true&expand=CollectionName
If the limit parameter is added to the call to increase the number of records returned this message is obtained > URL request parameter limit cannot be used in this context.
https://[POD-NAME]/crmRestApi/resources/latest/opportunities/105014?onlyData=true&expand=CollectionName&limit=500
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 |