API Reference
Execute multiple widget data queries on a shared dashboard
POST
/api/public/dashboards/{token}/widgets/data
Execute multiple widget data queries on a shared dashboard
Operation IDexecutePublicDashboardWidgets
Authentication
No authentication is required.
Path parameters
tokenstringrequiredRequest body
Content typeapplication/json
requestobject1 property
widget_idsarray<string>Array items
itemstringSuccess response body
200Per-widget data or errors
Per-widget data or errors
Content typeapplication/json
responseobject1 property
widgetsobjectAdditional properties
valueobject2 properties
dataunknownWidget-specific payload when the query succeeded
errorstringError message when this widget failed (other widgets may still succeed)
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 on this server
Public dashboards disabled on this server
No response content schema is documented.