Skip to main content

HistorySnapshot (Object)

Represents snapshot of activities at given timestamp

type HistorySnapshot {
changedBy: Login!
dateTimeChanged: DateTimeWithTimezone!
activityList: [HistoryActivityInterface!]!
confirmationStatus: ConfirmationStatus!
}

Fields

HistorySnapshot.changedBy ● Login! non-null object

HistorySnapshot.dateTimeChanged ● DateTimeWithTimezone! non-null scalar

HistorySnapshot.activityList ● [HistoryActivityInterface!]! non-null interface

Returns only activities accessible for logged user considering aircraft privileges

HistorySnapshot.confirmationStatus ● ConfirmationStatus! non-null enum

Member Of

HistorySection object