Refresh Dashboard via api

Hello everyone!

I’d like to refresh my grafana dashboard with an api call and NOT using the auto-refresh feature!
I’ve looked the docs and i couldn’t find this, how can i do this?

Thanks in advance and have a nice day

@avernazza Do you want to do push or pull?

For push, you can update the dashboard, and then it will be refreshed on all clients.
For pull, any panel which allows JavaScript code can do API calls and depending on the result refresh the dashboard using locationService.

I don’t want to push or pull new data, i want only to “stimulate” the refresh button for a dashboard.

Via api of course