Accessing analytics via REST

Hello,

I want to implement an analytics console directly into my web application made with Angular.JS that recives data via REST API but I can’t find a way to get analytics data out of Backendless. I don’t want the users to directly log in into the backendless website. Is there any way to get analytics data via REST?

Hi @Marco_Rocchi

What kind of data do you want to receive?

The data in the picture and, if you know, other analytics data such as type of device, O.S…

Through the REST API, we do not provide this feature.

But you can get this data by simulating a console query and parse it yourself.

You will have to take care of the security of your application yourself, since for this you will need to use an authentication key.

We are not responsible for such use.