Skip to main content

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 miscellaneous

The ID of the object.

ExportEvent.date ● DateTime! non-null scalar miscellaneous

Date when event happened at in ISO 8601 format.

ExportEvent.type ● ExportEventsEnum! non-null enum miscellaneous

Export event type.

ExportEvent.user ● User object users

User who performed the action.

Requires one of the following permissions: OWNERMANAGE_STAFF

ExportEvent.app ● App object apps

App which performed the action.

Requires one of the following permissions: OWNERMANAGE_APPS

ExportEvent.message ● String! non-null scalar miscellaneous

Content of the event.

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

ExportFile object