Start typing to search.

API Reference

Execute multiple widget data queries on a shared dashboard

View Markdown
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

tokenstringrequired

Request body

Content typeapplication/json

requestobject
1 property
widget_idsarray<string>
Array items
itemstring

Success response body

200Per-widget data or errors

Per-widget data or errors

Content typeapplication/json

responseobject
1 property
widgetsobject
Additional properties
valueobject
2 properties
dataunknown

Widget-specific payload when the query succeeded

errorstring

Error message when this widget failed (other widgets may still succeed)

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 on this server

Public dashboards disabled on this server

No response content schema is documented.