Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Bhaskarkumar
Partner - Contributor III
Partner - Contributor III

Data Export APIs for Table in QlikSense SaaS

Hi Experts,

 

Do we have any APIs to perform the Data export in CSV or Excel from the table Object?

I have found the following Article regarding the same but not sure if this is applicable for Qlik Sense SaaS.

https://help.qlik.com/en-US/sense-developer/June2020/apis/EngineAPI/services-GenericObject-ExportDat...

Regards,

Bhaskar Kumar

 

Labels (4)
1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

Yes, we have this endpoint that makes this possible:

https://qlik.dev/apis/rest/reports

You can find an example of how to use that endpoint in C# here:

https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/QcsExportExcel/P...

View solution in original post

2 Replies
Øystein_Kolsrud
Employee
Employee

Yes, we have this endpoint that makes this possible:

https://qlik.dev/apis/rest/reports

You can find an example of how to use that endpoint in C# here:

https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/QcsExportExcel/P...

Bhaskarkumar
Partner - Contributor III
Partner - Contributor III
Author

Thanks @Øystein_Kolsrud . let me check and get back to you in case of any query.

 

Regard,

Bhaskar Kumar