Issue with Fusion Financials REST API (accountCombinationsLOV) for Retrieving More than 500 Records
Summary:
Hello Team,
I am writing to seek assistance regarding an issue we are encountering while utilizing the Oracle Fusion Financials REST API, specifically the "accountCombinationsLOV" endpoint.
Currently, we are attempting to retrieve a large number of records using this API by utilizing query parameters such as "limit," "totalResults," and "offset." However, we have noticed that the API behaves differently depending on the value of the "offset + limit" parameter.
When the sum of "offset + limit" is less than or equal to 500, the API returns the expected response. For instance, the "hasMore" field is set to true, and the "totalResults" field accurately reflects the total number of records (822 in our case), as shown in the attached screenshot (Screenshot 1).