curl --request DELETE \
--url https://api.egp.scale.com/v5/evaluation-dashboards/{dashboard_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"tags": [
"<string>"
],
"name": "<string>",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard",
"description": "<string>",
"evaluation_id": "<string>",
"evaluation_group_id": "<string>",
"widget_order": [
"<string>"
],
"error_message": "<string>",
"archived_at": "2023-11-07T05:31:56Z",
"widgets": [
{
"id": "<string>",
"title": "<string>",
"type": "bar",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget",
"query": {
"select": [
{
"expression": {
"column": "<string>",
"type": "COLUMN"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"value": "<unknown>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"direction": "ASC"
}
],
"limit": 2
},
"config": {},
"archived_at": "2023-11-07T05:31:56Z"
}
],
"widget_results": [
{
"id": "<string>",
"widget_id": "<string>",
"computation_status": "pending",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget_result",
"evaluation_id": "<string>",
"evaluation_group_id": "<string>",
"computed_result": {},
"error_message": "<string>",
"computation_job_id": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"widget": {
"id": "<string>",
"title": "<string>",
"type": "bar",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget",
"query": {
"select": [
{
"expression": {
"column": "<string>",
"type": "COLUMN"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"value": "<unknown>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"direction": "ASC"
}
],
"limit": 2
},
"config": {},
"archived_at": "2023-11-07T05:31:56Z"
}
}
]
}Soft delete an evaluation dashboard
curl --request DELETE \
--url https://api.egp.scale.com/v5/evaluation-dashboards/{dashboard_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"tags": [
"<string>"
],
"name": "<string>",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard",
"description": "<string>",
"evaluation_id": "<string>",
"evaluation_group_id": "<string>",
"widget_order": [
"<string>"
],
"error_message": "<string>",
"archived_at": "2023-11-07T05:31:56Z",
"widgets": [
{
"id": "<string>",
"title": "<string>",
"type": "bar",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget",
"query": {
"select": [
{
"expression": {
"column": "<string>",
"type": "COLUMN"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"value": "<unknown>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"direction": "ASC"
}
],
"limit": 2
},
"config": {},
"archived_at": "2023-11-07T05:31:56Z"
}
],
"widget_results": [
{
"id": "<string>",
"widget_id": "<string>",
"computation_status": "pending",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget_result",
"evaluation_id": "<string>",
"evaluation_group_id": "<string>",
"computed_result": {},
"error_message": "<string>",
"computation_job_id": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"widget": {
"id": "<string>",
"title": "<string>",
"type": "bar",
"account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"object": "evaluation_dashboard_widget",
"query": {
"select": [
{
"expression": {
"column": "<string>",
"type": "COLUMN"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"value": "<unknown>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"direction": "ASC"
}
],
"limit": 2
},
"config": {},
"archived_at": "2023-11-07T05:31:56Z"
}
}
]
}Successful Response
Unique identifier of the dashboard
The identity that created the entity.
Show child attributes
The tags associated with the entity
Dashboard name
Account that owns this dashboard
When the dashboard was created
When the dashboard was last updated
"evaluation_dashboard"Dashboard description
Evaluation ID
Evaluation group ID
Ordered array of widget IDs
Error message if computation failed
When the dashboard was archived (soft-deleted)
Widgets associated with this dashboard. Populated with 'widgets' view.
Show child attributes
Widget results for this dashboard. Populated with 'widget_results' view.
Show child attributes