API Reference
Execute widget data on a shared dashboard
POST
/api/public/dashboards/{token}/widgets/{widgetId}/data
Execute widget data on a shared dashboard
Operation IDexecutePublicDashboardWidget
Authentication
No authentication is required.
Path parameters
tokenstringrequiredwidgetIdstringrequiredSuccess response body
200Widget data
Widget data
Content typeapplication/json
responseobject2 properties
widget_idstringdataunknownWidget-specific payload (count, rows, chart series, etc.)
Error responses
400Validation error
Validation error
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "VALIDATION_ERROR",
"message": "Invalid input"
}404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}503Public dashboards disabled
Public dashboards disabled
No response content schema is documented.