Skip to main content

ImageDocument

Represents an image document that is attached to a Presentation in EventsAir.

type ImageDocument implements AttachedDocument {
createdAt: DateTime!
createdBy: String
dateReceived: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
originalFilename: String
type: DocumentType!
url: String
}

Fields

ImageDocument.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ImageDocument.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

ImageDocument.dateReceived ● DateTime scalar

The date and time the document was received. Optional.

ImageDocument.id ● ID! non-null scalar

The unique identifier for the document.

ImageDocument.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ImageDocument.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

ImageDocument.notes ● String scalar

UTF-8 string value containing any notes against the document. Optional.

ImageDocument.originalFilename ● String scalar

UTF-8 string value containing the name of the uploaded file. Optional.

ImageDocument.type ● DocumentType! non-null interface

The type of the document.

ImageDocument.url ● String scalar

UTF-8 string value containing the url of the uploaded document. Optional.

Interfaces

AttachedDocument interface

Defines an instance of a document attached to a Presentation.