Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Just want to check if you are using postman, are you also having the same problem?
Thanks
Thanks for the response. I'm not allowed to use postman. So unable to understand the response
You cant use it because a restrictions on your Lan access?... or is a tool you never use before?
Due to restrictions
Are you sure that th API responses with the correct data. Seems that the problem is in API, not in Qlik.