Search code examples
sap-successfactors

Success Factors Status history of a Job Application


I'm extracting data from SAP Success Factors via OData API.

And I need the status history of a JobApplication entity, i.e. how and when the application's status had been changed.

Unfortunately I can not find any documentation about it and it looks like I can not extract this data.

Do you know if there is such information and how I can extract it?

My second option is to extract the data from the Integration Centre. Does it provide such information ?

Thanks


Solution

  • you could use Entity AuditTrail. In your case entity JobApplicationStatusAuditTrail

    enter image description here