Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Single integration API??

HI All,

What is Single integration API? why and when we use it?

https://help.qlik.com/sense/2.1/en-US/developer/#../Subsystems/APIs/Content/single-integration-api.h...

Regards

Abhay

5 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

I think by using this you can embed Qliksense chart in any other web applications.  It is similar to Sharepoint webparts, Workbench in Qlikview.

Just specify the below parameters in the URL

machinename

servername

appid

obj

options

bookmark

select

http://<machinename | servername>/single?appid={appid}&obj={obj}&opt={options}&bookmark={bookmark}&select={selection}

abhaysingh
Specialist II
Specialist II
Author

hi jagan,

what is select?

jagan
Luminary Alumni
Luminary Alumni

Hi,

Select is for - Field name and values to select.

It will select the given values in the given fields when the object is loading.

Introduced in Qlik Sense version 1.1.

The field name and the values define the selections to make. It is possible to define multiple select parameters.

Example: Selections in two fields

&select=Month,1,2,3,4&select=Priority,High

The example above selects the months of January, February, March and April and High priority.

Check that link it has all the details regarding this.

Regards,

jagan.

jagan
Luminary Alumni
Luminary Alumni

Hi Abhay,

If you got the answer close this thread by giving Correct and Helpful answers.

Regards,

jagan.

reddy-s
Master II
Master II

Hi Abhay,

The Single integration API is used to embed visualizations in websites or in portals, baring in mind that the user has a token to view them. The parameters which are passed through the URL are basically the setting you provide. Most of them are straight forward to understand. But explanation about these two would help you:

bookmark - Applys a specific bookmark to your visual

select  - Allows the end user to interact with the visual. You can curtail it or initialize your own selections

Just make use of an <Iframe> html tag with appropriate height and with and provide the src to this as the URL mentioned in the Single Config orator for any Visual and it is going to show up on your website or portal.

Thanks and Regards,

Sangram Reddy.