{
"isPagination": "boolean (optional)",
"pageNumber": "number (optional)" //10 items per page
}
{
"data": [
{
"embedId": "string",
"externalDashboard": {
"externalDashboardId": "string",
"name": "string"
},
"externalMetric": {
"externalMetricId": "string",
"name": "string"
},
"embedType": "dashboard" | "metric",
"embedDataAppAccessSetting": {
"isAllowAipilot": true,
"isAllowEmailReports": false,
"isAllowManageMetrics": true,
"isAllowMetricCreation": true,
"isAllowMetricDeletion": true,
"isAllowMetricLayoutChange": true,
"isAllowMetricUpdate": true,
"isAllowUnderlyingData": false,
"metricCreationMode": "DRAG_DROP" | "CHAT",
"tableList": [
{
"clientColumn": "string",
"name": "string"
}
]
}
}
],
"error": null
}
{
"isPagination": "boolean (optional)",
"pageNumber": "number (optional)" //10 items per page
}
{
"data": [
{
"embedId": "string",
"externalDashboard": {
"externalDashboardId": "string",
"name": "string"
},
"externalMetric": {
"externalMetricId": "string",
"name": "string"
},
"embedType": "dashboard" | "metric",
"embedDataAppAccessSetting": {
"isAllowAipilot": true,
"isAllowEmailReports": false,
"isAllowManageMetrics": true,
"isAllowMetricCreation": true,
"isAllowMetricDeletion": true,
"isAllowMetricLayoutChange": true,
"isAllowMetricUpdate": true,
"isAllowUnderlyingData": false,
"metricCreationMode": "DRAG_DROP" | "CHAT",
"tableList": [
{
"clientColumn": "string",
"name": "string"
}
]
}
}
],
"error": null
}
/list
{
"isPagination": "boolean (optional)",
"pageNumber": "number (optional)" //10 items per page
}
{
"data": [
{
"embedId": "string",
"externalDashboard": {
"externalDashboardId": "string",
"name": "string"
},
"externalMetric": {
"externalMetricId": "string",
"name": "string"
},
"embedType": "dashboard" | "metric",
"embedDataAppAccessSetting": {
"isAllowAipilot": true,
"isAllowEmailReports": false,
"isAllowManageMetrics": true,
"isAllowMetricCreation": true,
"isAllowMetricDeletion": true,
"isAllowMetricLayoutChange": true,
"isAllowMetricUpdate": true,
"isAllowUnderlyingData": false,
"metricCreationMode": "DRAG_DROP" | "CHAT",
"tableList": [
{
"clientColumn": "string",
"name": "string"
}
]
}
}
],
"error": null
}
Code | Message | HTTP Status |
---|---|---|
INVALID_DATA_APP_API_KEY | Missing or invalid data app | 400 |
INTERNAL_SERVER_ERROR | Unexpected failure | 500 |