Questions w/ signed parameters, JSON output possible?

Hi. I need to custom-render my dashboard, but would love to use Metabase as a central question collection / builder system.

Signed parameters and all sound exactly like what I need, but my custom render engine needs JSON output.

IFRAME isn’t going to work, can’t inject custom row elements there.

If Metabase 0.31 doesn’t have this still, any experiences with alternatives, recommendations? Grafana?

Hi @lkraav
If you don’t need the Metabase interface, then don’t use the Embed feature, but simply just get the results in JSON format via the API:
https://github.com/metabase/metabase/wiki/Using-the-REST-API
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md

1 Like