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",
"source": "<string>"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"source": "<string>",
"value": "<string>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"source": "<string>",
"direction": "ASC"
}
],
"limit": 2,
"evaluation_ids": [
"<string>"
]
},
"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",
"source": "<string>"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"source": "<string>",
"value": "<string>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"source": "<string>",
"direction": "ASC"
}
],
"limit": 2,
"evaluation_ids": [
"<string>"
]
},
"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",
"source": "<string>"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"source": "<string>",
"value": "<string>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"source": "<string>",
"direction": "ASC"
}
],
"limit": 2,
"evaluation_ids": [
"<string>"
]
},
"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",
"source": "<string>"
},
"alias": "<string>"
}
],
"filter": {
"conditions": [
{
"column": "<string>",
"operator": "=",
"source": "<string>",
"value": "<string>"
}
],
"logicalOperators": [
"AND"
]
},
"groupBy": [
"<string>"
],
"orderBy": [
{
"column": "<string>",
"source": "<string>",
"direction": "ASC"
}
],
"limit": 2,
"evaluation_ids": [
"<string>"
]
},
"config": {},
"archived_at": "2023-11-07T05:31:56Z"
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
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