PromucFlow_constructor/app/client/cypress/fixtures/addWidgetTable-mock.json
Anagh Hegde dbf0b94973
feat: Update the table widget to v2 in suggested widget list (#15277)
Co-authored-by: balajisoundar <balaji@appsmith.com>
2022-07-20 12:28:50 +05:30

53 lines
1.1 KiB
JSON

{
"responseMeta": {
"status": 200,
"success": true
},
"data": {
"body": [
{
"id": 3,
"configName": "New Config",
"configJson": "{'key': 'val1'}",
"configVersion": 1,
"updatedAt": "2020-08-26 11:14:28.458209+00",
"updatedBy": ""
},
{
"id": 5,
"configName": "New Config",
"configJson": "{'key': 'val2'}",
"configVersion": 1,
"updatedAt": "2020-08-26 11:14:28.458209+00",
"updatedBy": ""
}
],
"isExecutionSuccess": true,
"messages": [],
"request": {
"requestParams": {
"Query": {
"value": "SELECT * FROM public.\"users\" LIMIT 10;",
"substitutedParams": {}
}
}
},
"dataTypes": [
{
"dataType": "TABLE"
},
{
"dataType": "JSON"
},
{
"dataType": "RAW"
}
],
"suggestedWidgets": [
{
"type": "TABLE_WIDGET_V2",
"bindingQuery": "data"
}
]
}
}