REST API To Get All Tasks For A Project Returns Max 500 Tasks But Actually The Project Contains More Than 500 Tasks
(Doc ID 2887987.1)
Last updated on AUGUST 09, 2024
Applies to:
Oracle Fusion Project Management Cloud Service - Version 11.13.22.04.0 and laterInformation in this document applies to any platform.
Goal
Initially the REST API returns only 25 tasks for a project, after setting the limit to 1000, then the REST API returning only 500 tasks but actually the project contains 538 tasks.
REST API Details:
URL: https://<Host Name>.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/projects/<Project_id>/child/Tasks?limit=1000
Method: GET
Response:
"count": 500,
"hasMore": true,
"limit": 1000,
Expected Solution - How to get all the tasks hold by a Project? Because the task not return by the REST API, not able to update the task in PROD Instance via integration.
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 |