Skip to main content

DesWorkspaceInsInsight

Insight aggregated from workspace signals and related resources.

type DesWorkspaceInsInsight {
created: DesWorkspaceInsUserActionTimestamp!
data: JSON!
history: [DesWorkspaceInsInsightHistoryTransaction!]!
id: ID!
isAck: Boolean!
name: String!
relatedEntities: DesWorkspaceInsRelatedEntities!
relatedTasks: DesWorkspaceInsRelatedTasks!
severity: String!
shortData: JSON!
status: String!
type: String!
updated: DesWorkspaceInsUserActionTimestamp!
}

Fields

DesWorkspaceInsInsight.created ● DesWorkspaceInsUserActionTimestamp! non-null object

Creation timestamp and user information.

DesWorkspaceInsInsight.data ● JSON! non-null scalar

Full data payload for the insight.

DesWorkspaceInsInsight.history ● [DesWorkspaceInsInsightHistoryTransaction!]! non-null object

History of changes applied to the insight.

DesWorkspaceInsInsight.id ● ID! non-null scalar

Unique identifier of the insight resource.

DesWorkspaceInsInsight.isAck ● Boolean! non-null scalar

Indicates whether the insight has been acknowledged.

DesWorkspaceInsInsight.name ● String! non-null scalar

Human-readable name of the insight.

DesWorkspaceInsInsight.relatedEntities ● DesWorkspaceInsRelatedEntities! non-null object

Resources related to this insight (projects, BOMs, parts, etc.).

DesWorkspaceInsInsight.relatedTasks ● DesWorkspaceInsRelatedTasks! non-null object

Tasks and requests associated with this insight.

DesWorkspaceInsInsight.severity ● String! non-null scalar

Severity level assigned to the insight.

DesWorkspaceInsInsight.shortData ● JSON! non-null scalar

Compact, UI-friendly representation of the insight data.

DesWorkspaceInsInsight.status ● String! non-null scalar

Current status of the insight lifecycle.

DesWorkspaceInsInsight.type ● String! non-null scalar

Type key that categorizes the insight.

DesWorkspaceInsInsight.updated ● DesWorkspaceInsUserActionTimestamp! non-null object

Most recent update timestamp and user information.