Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
shruthibk
Creator
Creator

QlikSense Rest API Neo4j connection

Hi Everyone,

I am trying to connect to neo4j database to qliksense using REST api connection but though iam getting connection as successful it is returning a web url output as csv. could anybody please guild me?

below are the properties i have set

url: http://serveraddress:7474/browser/db/staging/tx/cypher

method:post

request body:

{  

"Statement":[

"statement"="match(n:Customer) return n limit 5"

]

}

 

content-type:application/json

X-Stream=true

Accept:application/json

 

Basic auth :using userid and passwor

 

 

 

 

Labels (2)
5 Replies
Richard_T
Support
Support

Hi,

Just want to check if you are using postman, are you also having the same problem?

Thanks

shruthibk
Creator
Creator
Author

Thanks for the response. I'm not allowed to use postman. So unable to understand the response 

Gabo77
Contributor III
Contributor III

You cant use it because a restrictions on your Lan access?... or is a tool you never use before?

shruthibk
Creator
Creator
Author

Due to restrictions 

Gabo77
Contributor III
Contributor III

Are you sure that th API responses with the correct data. Seems that the problem is in API, not in Qlik.