UploadedDocumentDocument
Represents an uploaded document that is attached to a Presentation in EventsAir.
type UploadedDocumentDocument implements AttachedDocument {
createdAt: DateTime!
createdBy: String
dateReceived: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
originalFilename: String
type: DocumentType!
url: String
}
Fields
UploadedDocumentDocument.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
UploadedDocumentDocument.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
UploadedDocumentDocument.dateReceived
● DateTime
scalar
The date and time the document was received. Optional.
UploadedDocumentDocument.id
● ID!
non-null scalar
The unique identifier for the document.
UploadedDocumentDocument.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
UploadedDocumentDocument.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
UploadedDocumentDocument.notes
● String
scalar
UTF-8 string value containing any notes against the document. Optional.
UploadedDocumentDocument.originalFilename
● String
scalar
UTF-8 string value containing the name of the uploaded file. Optional.
UploadedDocumentDocument.type
● DocumentType!
non-null interface
The type of the document.
UploadedDocumentDocument.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.