Data widgets
Was this helpful?
Was this helpful?
Was this helpful?
GET /api/data-widgets HTTP/1.1
Host: app.seedata.io
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"widgetName": "text",
"dataProvider": "text",
"query": "text",
"data": "text",
"organisationId": "text",
"createdAt": "2026-01-07T14:45:42.502Z",
"updatedAt": "2026-01-07T14:45:42.502Z"
}
]GET /api/data-widgets/{dataWidgetId} HTTP/1.1
Host: app.seedata.io
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"widgetName": "text",
"dataProvider": "text",
"query": "text",
"data": "text",
"organisationId": "text",
"createdAt": "2026-01-07T14:45:42.502Z",
"updatedAt": "2026-01-07T14:45:42.502Z"
}