Error
A valid request URL is required to generate request examples{
"results": {
"groups": [
{
"hasMoreAffectedContent": true,
"affectedContent": [
{
"errorCount": 123,
"views": 123,
"source": "chart",
"name": "<string>",
"uuid": "<string>"
}
],
"sampleError": "<string>",
"affectedDataApps": 123,
"affectedTables": 123,
"affectedDashboards": 123,
"affectedCharts": 123,
"errorCount": 123,
"fieldName": "<string>",
"tableName": "<string>",
"errorType": "chart",
"groupKey": "<string>"
}
],
"totalAffectedItems": 123,
"totalErrors": 123
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
Get validation summary
Get validation errors grouped by root cause (e.g. all errors caused by one deleted model), with counts and a capped list of affected content.
GET
/
api
/
v2
/
projects
/
{projectUuid}
/
validate
/
summary
Error
A valid request URL is required to generate request examples{
"results": {
"groups": [
{
"hasMoreAffectedContent": true,
"affectedContent": [
{
"errorCount": 123,
"views": 123,
"source": "chart",
"name": "<string>",
"uuid": "<string>"
}
],
"sampleError": "<string>",
"affectedDataApps": 123,
"affectedTables": 123,
"affectedDashboards": 123,
"affectedCharts": 123,
"errorCount": 123,
"fieldName": "<string>",
"tableName": "<string>",
"errorType": "chart",
"groupKey": "<string>"
}
],
"totalAffectedItems": 123,
"totalErrors": 123
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?