cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Are skills available in the SuccessFactors API? And goal libraries?

SteffenWorkpath
Newcomer
0 Kudos
717

Can you read out skills as well as goal libraries via the SuccessFactors API?

After going through https://api.sap.com/products/SAPSuccessFactors/apis/packages it seems the answer is no, but I'd love to get a confirmation, since it's not always clear to me if terminology between the API and the application match.

By skills, I mean these (screenshot from the trial):

Screenshot 2024-12-10 at 13.29.28.png

And I refer to this goal library (I'm aware there's a file import/export option for admins).

Accepted Solutions (0)

Answers (1)

Answers (1)

Aliesha_JG1
Participant
0 Kudos

I believe you are looking for the SkillEntity 

SAP API help documentation: https://help.sap.com/docs/successfactors-platform/sap-successfactors-api-reference-guide-odata-v2/sk... 

SAP API (Accelerator) hub: https://api.sap.com/api/ECSkillsManagement/resource/CertificationContent 

When looking for API availability, I find it easier to first check the OData API Data Dictionary - that way you can also search for fields you know are in the entity. Once you have the entity name then finding documentation above is easier.