Support language selection in REST API for Oracle HCM Cloud
Organization Name
EXPDescription
Hi,
It would be nice to be able to force a specific language parameter when get the list of values response from the REST API for Oracle HCM Cloud.
It could be an URL query parameter or and HTTP request header.
I've looked in the API documentation but I've seen nothing relate to the language/culture selection.
Use Case and Business Need
Let's pretend we want to get the departments list of values in Canadian-French.
When I execute the path: /hcmRestApi/resources/11.13.18.05/departmentsLov?fields=OrganizationId,Name&onlyData=true
The department names are currently in english. I'm assuming this is because the language of the user used to run this request.
3