Skip to main content

TicketEntry

No description

type TicketEntry {
attachments: Folder
attachmentsId: UUID
comment: String
createdBy: User
createdById: UUID
createdDate: DateTime!
id: UUID!
organizationId: UUID!
status: TicketEntryStatus
ticketId: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
attachmentsFolder object
attachmentsIdUUID scalar
commentString scalar
createdByUser object
createdByIdUUID scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
statusTicketEntryStatus enum
ticketIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity createTicketEntry Ticket