how to enable Approval for Create a certification item(Talent Person Profile) RESTAPI
Hi All,
Currently, approval is enabled and works as expected when a certification is added manually through the UI(Me→Career and performance→Skills and Qualifications→Certification) - the request is routed to the approvers.
However, we are using two REST APIs to perform the same steps, and in this case the certification record is created directly, bypassing the approval workflow. We tested the API calls using both Employee and Admin user roles, but the behavior remains the same.
The APIs used are:
REST API 1 – Create a Certification Item/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/certificationSections/{ProfileSectionId}/child/certificationItems
REST API 2 – Create an Attachment
0