My Oracle Support Banner

DISPLAY_FIELD_NOT_EXIST Error After REST API Search (Doc ID 2403933.1)

Last updated on MAY 08, 2024

Applies to:

Oracle TBE Recruiting Cloud Service - Version NA and later
Information in this document applies to any platform.

Symptoms

When performing a Search/GET request using the REST API, an error following the format below occurs:

{
"response": {},
"status": {
"success": false,
"detail": {
"errormessage": [{
"fieldName": "",
"errorMessage": "Display field with given name for the given entity does not exists",
"errorCode": "DISPLAY_FIELD_NOT_EXIST"
}],
"error": "Validation failure on request",
"operation": "internal",
"errorcode": "412"
}
}
}

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
Cause
Solution
 Verify External Names
 Verify Format of Date Fields in the Request
References


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