Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connect Qliksense using Rest API

Hello,

I want to connect to another app using qliksense rest connector. How to set the parameters in qliksense with the details below:

Untitled.png

My details are:


URL : http://(localhost or IP):(Port)/api/bi/PostManagerReports

A)POST METHOD

Parameters:

Pass the input parameters using Serialized JArray

Key           -      WIN1364656

FromDt -     

ToDt          -

Respone from API:

Response based on HttpStatusCode

StatusCode    :      OK(Success, showing serialized response from API)

StatusCode    :      Unauthorized(Failure, Invalid Key)

StatusCode    :      NoContent(Failure, No Datas available between date range)

StatusCode    :      NotFound(Failure, showing Errormsg)

Your help will be very much appreciated.

Thanks

1 Reply
Anonymous
Not applicable
Author

Hi Roland, were you able to connect? I'm looking into a very similar scenario.