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: 
Qlikuser09
Creator II
Creator II

Integrating API into Qliksense

I want to integrate one of USPS webtools API(for geo analytics ) into QLiksense. is there any documentation on how to implement API's into QLiksense.

Labels (4)
3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

How will you be using this integration? Is it data you want to load as part of the load script? Or real time activity from a chart in the front end?

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com

Qlikuser09
Creator II
Creator II
Author

it will be as a data i want to load as part of load script. 

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You probably can use the Qlik Generic REST connector.

https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-c...

You can also use your own code to interface with the USPS code and provide a REST wrapper so Qlik load script can access your interface. See https://qlikviewcookbook.com/2022/06/roll-your-own-qlik-connector/

Note there are additional Qlik Connectors for specific data sources.

https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-So...

-Rob