Skip to main content

PDFDocument

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

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

Fields

PDFDocument.createdAt ● DateTime! non-null scalar

The date and time the record was created.

PDFDocument.createdBy ● String scalar

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

PDFDocument.dateReceived ● DateTime scalar

The date and time the document was received. Optional.

PDFDocument.id ● ID! non-null scalar

The unique identifier for the document.

PDFDocument.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

PDFDocument.lastModifiedBy ● String scalar

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

PDFDocument.notes ● String scalar

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

PDFDocument.originalFilename ● String scalar

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

PDFDocument.type ● DocumentType! non-null interface

The type of the document.

PDFDocument.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.