A valid request URL is required to generate request examples{
"results": [
{
"projectUuid": "<string>",
"errorType": "chart",
"error": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"chartViews": 123,
"source": "chart",
"spaceUuid": "<string>",
"chartName": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>",
"fieldName": "<string>",
"chartKind": "line",
"chartUuid": "<string>"
}
],
"status": "ok"
}Get validation results for a project. This will return the results of the latest validation job.
A valid request URL is required to generate request examples{
"results": [
{
"projectUuid": "<string>",
"errorType": "chart",
"error": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"chartViews": 123,
"source": "chart",
"spaceUuid": "<string>",
"chartName": "<string>",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>",
"fieldName": "<string>",
"chartKind": "line",
"chartUuid": "<string>"
}
],
"status": "ok"
}the projectId for the validation
boolean to know if this request is made from the settings page, for analytics
optional jobId to get results for a specific job, used on CLI
Success
Show child attributes
chart, sorting, filter, metric, model, dimension, custom metric chart, dashboard, table line, horizontal_bar, vertical_bar, scatter, area, mixed, pie, table, big_number, funnel, custom, treemap, gauge, map ok Was this page helpful?