Skip to main content

ExportEvent Object

History log of export file.

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

Fields

id ● ID!

The ID of the object.

date ● DateTime!

Date when event happened at in ISO 8601 format.

type ● ExportEventsEnum!

Export event type.

user ● User

User who performed the action.

Requires one of the following permissions: OWNERMANAGE_STAFF

app ● App

App which performed the action.

Requires one of the following permissions: OWNERMANAGE_APPS

message ● String!

Content of the event.

Interfaces

Node

An object with an ID

Member Of

ExportFile object