AssetActivity
object
Represents an activity that occurred on an asset. An activity records an event that may have changed the asset's configuration or status.
Fields
id
ID!
non-null
Unique identifier for the activity.
type
AssetActivityType!
non-null
Type of activity performed.
activity
String!
non-null
The activity performed.
additionalData
JSON
Additional JSON information specific to the activity.
occurredAt
DateTime!
non-null
Timestamp when the activity occurred (UTC, RFC 3339 format).
groupId
ID
Identifier for a group of related activities.
references
[AssetActivityReferences]
References to entities involved in the activity. Uses the identifiers table to resolve references.