Skip to Content
0
Dec 18, 2022 at 04:27 AM

How to download canvas reports using REST api

290 Views

I want to extract employee data from SFSF using REST api.
I have read the rest api reference from SAP but could not figure it out.
It seems that the report is extracting items from several tables, but the only table that I am currently able to download with the api is the table that is the source of the report.
For example, emp_job,per_personal, etc.(Now using url is "https://api10.successfactors.com/odata/v2/{entity})


Also, the canvas report is downloaded manually, and I think I can download it using REST api, but I don't know how to do that.
Any answers would be appreciated.

Thank you very much.