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": "2025-12-14T13:19:53.778Z",
"updatedAt": "2025-12-14T13:19:53.778Z"
}
]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": "2025-12-14T13:19:53.778Z",
"updatedAt": "2025-12-14T13:19:53.778Z"
}