Forum Discussion
Piotr_qbeeq
02-09-2022Cloud Apps
I'm not 100% sure but you can try to use the REST API for that. On your external environment side there should be made a piece of code which would be able to connect to a Sisense ECube just by REST API.
Please look at those calls below:
1. (0.9) query-rest-controller -> [GET] /datasources/{cubeName}/sql "Execute sql" - this should be for data retrieving,
2. (1.0) authentication -> [POST] /authentication/login "Authenticate" - this should be for auth.
This is documentation for REST API:
https://sisense.dev/guides/rest/
Hope it is helpful.