Skip to main content

AttachedDocument

Defines an instance of a document attached to a Presentation.

interface AttachedDocument {
createdAt: DateTime!
createdBy: String
dateReceived: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
type: DocumentType!
}

Fields

AttachedDocument.createdAt ● DateTime! non-null scalar

The date and time the record was created.

AttachedDocument.createdBy ● String scalar

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

AttachedDocument.dateReceived ● DateTime scalar

The date and time the document was received. Optional.

AttachedDocument.id ● ID! non-null scalar

The unique identifier for the document.

AttachedDocument.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

AttachedDocument.lastModifiedBy ● String scalar

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

AttachedDocument.notes ● String scalar

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

AttachedDocument.type ● DocumentType! non-null interface

The type of the document.

Member Of

Presentation object

Implemented By

ImageDocument object ● LinkDocument object ● PDFDocument object ● TextDocument object ● UploadedDocumentDocument object ● VideoLinkDocument object