My Oracle Support Banner

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 later
Oracle 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://<>/hcmRestApi/resources/latest/workers?onlyData=true&limit=1000000

Following summary is returned, indicating the count was limited to 500.

"count": 500,
"hasMore": false,
"limit": 1000000,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://<>/hcmRestApi/resources/11.13.18.05/workers",
"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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.