Oracle Fusion REST API For Oracle Global Human Resources Cloud Limited To 500 Records (GET)
(Doc ID 2335561.1)
Last updated on APRIL 09, 2023
Applies to:
Oracle Fusion Global Human Resources - Version 11.12.1.0.0 and laterOracle Recruiting Cloud Service - Version 11.13.20.10.0 to 11.13.20.10.0 [Release 1.0]
Information in this document applies to any platform.
Symptoms
REST API for Oracle Global Human Resources Cloud limited to 500 records (GET)
The record return count is limited to 500 rows even though user is specifying a limit of 100,000 in the API calls.
https://<
Following summary is returned, indicating the count was limited to 500.
"count": 500,
"hasMore": false,
"limit": 1000000,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://<
"name": "workers",
"kind": "collection"
}
]
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |