Oracle Fusion Recruiting - Requisition API provides ID instead of actual name
Summary:
We have a requirement to get all the requisitions created from ORC (Recruiting) using API.
We are using the end point - /hcmRestApi/resources/11.13.18.05/recruitingJobRequisitions
It is pulling all the details, but most of them are having ID numbers instead of actual names.
Example:
"HiringManagerId": 300000475713344,
"HiringManagerAssignmentId": 300000475713395,
"RecruiterId": 300000011100548,
"RecruiterAssignmentId": 300000011102284,
"ProfileId": 300000476155239,
"OrganizationId": 1,
"JobFamilyId": 300000006005744,
"JobFunction": "GA",
"BusinessUnitId": 300000005898998,
"DepartmentId": 300000007381596,
"PrimaryWorkLocationId": 300000006462496,
"PrimaryLocationId": 300000475948821,
Is there a way to get the actual values without being translated?
Thanks in advance!
Vijay