Qlik Application Automation

Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT

Who Me Too'd this topic

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)
Who Me Too'd this topic