Skip to main content
Version: 3.x

ExportEvent

History log of export file.

type ExportEvent implements Node {
id: ID!
date: DateTime!
type: ExportEventsEnum!
user: User
app: App
message: String!
}

Fields

ExportEvent.id ● ID! non-null scalar

The ID of the object.

ExportEvent.date ● DateTime! non-null scalar

Date when event happened at in ISO 8601 format.

ExportEvent.type ● ExportEventsEnum! non-null enum

Export event type.

ExportEvent.user ● User object

User who performed the action.

Requires one of the following permissions: OWNERMANAGE_STAFF

ExportEvent.app ● App object

App which performed the action.

Requires one of the following permissions: OWNERMANAGE_APPS

ExportEvent.message ● String! non-null scalar

Content of the event.

Interfaces

Node interface

An object with an ID

Member of

ExportFile object


Was this page helpful?