Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Venkadesh_Ponnu
Partner - Contributor III
Partner - Contributor III

How to access the data of Qlik dataset with Qlik api?

Hi,
when I am using qlik api to extract data of datasets as per Data sets | Qlik Developer Portal
I am getting error "404 Not Found" in Web and Postman application

Syntax as per Qlik api:
"https://your-tenant.us.qlikcloud.com/api/v1/data-sets/{data-set-id}"

Below are the scenarios and their results.

Trail 1: https://polestarllp-in.ap.qlikcloud.com/api/v1/dataset/6317438d0bbe036e62fc4de9
Response: "404 Not Found"
Trail 2: https://polestarllp-in.ap.qlikcloud.com/dataset/6317438d0bbe036e62fc4de9
Response: HTML output of that dataset page
Trail 3: https://polestarllp-in.ap.qlikcloud.com/v1/dataset/6317438d0bbe036e62fc4de9
Response: Opening Qlik but blank
Trail 4: https://polestarllp-in.ap.qlikcloud.com/data-sets/6317438d0bbe036e62fc4de9
Response: Opening Qlik but blank
Trail 5: https://polestarllp-in.ap.qlikcloud.com/api/v1/data-sets/6317438d0bbe036e62fc4de9
Response: "Exception.resourceNotFound"

My requirement is to access the data of that Dataset with Qlik API this is required for me to do automation workflow. How to access the data of Qlik dataset with Qlik api?


Labels (1)
11 Replies
NadiaB
Support
Support

Hi @Chokiha 

Unfortunately this is a limitation, best option to file a feature request. 

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
VC1258
Contributor III
Contributor III

@NadiaB  I am trying to accomplish the same as @Venkadesh_Ponnu 

Is there any solution to it yet? or is it sill marked as "no solution"?

Thanks!