Anchor to Event
interfaceEvent
Events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the addition of a product.
Anchor to FieldsFields
- Anchor to actionaction•String!non-null
The action that occured.
- Anchor to appTitleapp•String
Title The name of the app that created the event.
- Anchor to attributeToAppattribute•Boolean!non-null
To App Whether the event was created by an app.
- Anchor to attributeToUserattribute•Boolean!non-null
To User Whether the event was caused by an admin user.
- Anchor to createdAtcreated•Date
At Time!non-null The date and time when the event was created.
- Anchor to criticalAlertcritical•Boolean!non-null
Alert Whether the event is critical.
- •ID!non-null
A globally-unique ID.
- Anchor to messagemessage•Formatted
String!non-null Human readable text that describes the event.
Was this section helpful?