Skip to main content

UploadedDocumentDocumentType

Represents a general document type uploaded into EventsAir that can be associated with a Presentation in EventsAir.

type UploadedDocumentDocumentType implements DocumentType {
createdAt: DateTime!
createdBy: String
format: DocumentFormat!
id: ID!
isPresentationSupportingDocument: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
maximumSize: NonNegativeInt!
name: String!
order: NonNegativeInt!
uniqueCode: String
}

Fields

UploadedDocumentDocumentType.createdAt ● DateTime! non-null scalar

The date and time the record was created.

UploadedDocumentDocumentType.createdBy ● String scalar

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

UploadedDocumentDocumentType.format ● DocumentFormat! non-null enum

The format of the document type.

UploadedDocumentDocumentType.id ● ID! non-null scalar

The unique identifier for the document type.

UploadedDocumentDocumentType.isPresentationSupportingDocument ● Boolean! non-null scalar

Is this a presentation support document.

UploadedDocumentDocumentType.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

UploadedDocumentDocumentType.lastModifiedBy ● String scalar

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

UploadedDocumentDocumentType.maximumSize ● NonNegativeInt! non-null scalar

The maximum size of the uploaded document, measured in kilobytes.

UploadedDocumentDocumentType.name ● String! non-null scalar

The name the document type.

UploadedDocumentDocumentType.order ● NonNegativeInt! non-null scalar

The display order of the document type.

UploadedDocumentDocumentType.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the document type. Optional.

The value must be unique across all document types for an event.

Interfaces

DocumentType interface

Defines a type of document that can be associated with a Presentation in EventsAir.