Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

Qliksense Engine API integration using POSTMAN

Hi Friends, 

 

I am using POSTMAN app to open a qliksense  docuemnt and post a filter over that app. 

I am not sure how should i approach that, i can connect to my qliksense server and getting a response as well, but how i can apply a filter to any app using engine api with postman. 

 

Please help on this, but urgent, and i am new for this.

4 Replies
Øystein_Kolsrud
Employee
Employee

I don't think you can. Postman lets you to HTTP requests, but to access the engine API you need to hook up a websocket.

agni_gold
Specialist III
Specialist III
Author

Thanks , 

 

I would request you, kindly provide me with some best approach for below, 

I need to do 

  1. Accept variables/Values from the webpage ( SFDC portal)
  2. Filter report based on Filters ( Qlik sense)

How can i achieve this using engine API?

agni_gold
Specialist III
Specialist III
Author

any approach friends?

Øystein_Kolsrud
Employee
Employee

Well, the Engine API is a big topic, so it's hard to give advice without knowing more about your background and what types of technologies you are familiar with. But a starting point for you might be here:

https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/EngineAPI/Content/Sense_EngineA...

To understand how to interact with the Engine API you might also want to have a look at the "Concepts" descriptions found here:

https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/Platform/Content/Sense_Platform...

And there are examples of interactions available at various locations. If you are familiar with C#, then you might want to look into these examples:

https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKA...

Or this example that digs more into selection and data extraction using "hypercubes" (see "concepts" above):

https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/blob/master/HypercubeUsage/Program.cs#L2...