Get Started with Redwood for Oracle Cloud HCM Begin Now
Trying to determine the most efficient way to call Talent Profile items using REST API
Summary:
We need to find out if there is any options to get talent profile items, without having to go through each professional and getting items link from the 3rd step.
Currently, only way to determine if there are any updated/added certification/licenses is to do the following:
- Get talent profile for a person: https://hcja.fa.us2.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/talentPersonProfiles?totalResults=true&limit=500&offset=0&q=PersonId=300000009754209
- Then use certifications section link: https://hcja.fa.us2.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/300000009754237/child/certificationSections from step 1.
- Then use certifications items link: https://hcja.fa.us2.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/300000009754237/child/certificationSections/300000034164069/child/certificationItems
0