Start typing to search.

API Reference

Execute widget data on a shared dashboard

View Markdown
POST /api/public/dashboards/{token}/widgets/{widgetId}/data

Execute widget data on a shared dashboard

Operation IDexecutePublicDashboardWidget

Authentication

No authentication is required.

Path parameters

tokenstringrequired
widgetIdstringrequired

Success response body

200Widget data

Widget data

Content typeapplication/json

responseobject
2 properties
widget_idstring
dataunknown

Widget-specific payload (count, rows, chart series, etc.)

Error responses

400Validation error

Validation error

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "VALIDATION_ERROR",
  "message": "Invalid input"
}

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}

503Public dashboards disabled

Public dashboards disabled

No response content schema is documented.