matrix-io / matrix-documentation

Documentation describing MATRIX and its APIs.
https://docs.matrix.one
46 stars 22 forks source link

REST API for reporting data #77

Closed WorldWideWebb closed 5 years ago

WorldWideWebb commented 5 years ago

I haven't been able to find any documentation on your REST API for pulling reporting data (reporting data from dash.matrix.one). I've heard it's "in the works," but it's been quite some time.

Hermitter commented 5 years ago

It's not a REST API, but we have an example on extracting data from the dashboard here: https://matrix-io.github.io/matrix-documentation/matrix-os/examples/dash-create/

WorldWideWebb commented 5 years ago

When I log into the dashboard, there is an export feature at the top that exports CSV data for an application. Is there a way to programmatically get that data out without having to log into the dashboard and export it by hand?

Hermitter commented 5 years ago

Sorry, we do not support that feature for the dashboard. Currently, we don't have any plans for implementing this.