Was this helpful?
List of data widgets
Data Widget model reponse
GET /api/data-widgets HTTP/1.1 Host: app.seedata.io Accept: */*
OK
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "widgetName": "text", "dataProvider": "text", "query": "text", "data": "text", "organisationId": "text", "createdAt": "2025-04-22T03:46:51.066Z", "updatedAt": "2025-04-22T03:46:51.066Z" } ]
Get a data widget by ID
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-04-22T03:46:51.066Z", "updatedAt": "2025-04-22T03:46:51.066Z" }