AuditLogEntry
The information for the change log history
type AuditLogEntry {
actor: Actor!
category: String!
createdAt: DateTime!
event: String!
metadata: JSON
subcategory: String!
}
Fields
AuditLogEntry.actor ● Actor! non-null object
Information about the creator of the log
AuditLogEntry.category ● String! non-null scalar
The log category Example: "CLIENT" or "BILLING"
AuditLogEntry.createdAt ● DateTime! non-null scalar
Timestamp when the log was created
AuditLogEntry.event ● String! non-null scalar
Event identifier, e.g. "EMAIL_SENT", "EMAIL_FAILED", "CARE_DEGREE_CHANGED"...
AuditLogEntry.metadata ● JSON scalar
Additional info about the log entry
AuditLogEntry.subcategory ● String! non-null scalar
The subcategory of the log Example: "CORE_DATA"
Returned By
performanceReportEvents query
Member Of
ActivityWorkItem object ● ClientPoolWorkItem object ● SingleClientWorkItem object ● TourWorkItem interface