Skip to main content

Ticket

No description

type Ticket {
assignedToRepresentativeId: UUID
createdBy: User
createdById: UUID
createdDate: DateTime!
description: String
foreignId: String
id: UUID!
location: TicketLocation
organizationId: UUID!
priority: PriorityTypes
reference: String
requestDate: Date
requestType: RequestTypes
requestedByPersonalProfileId: UUID
requestedByRepresentativeId: UUID
requestedServiceProviderId: UUID
state: TicketStates
ticketEntries: [TicketEntry!]!
title: String
updatedDate: DateTime!
}

Fields

NomTypeDescription
assignedToRepresentativeIdUUID scalar
createdByUser object
createdByIdUUID scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
descriptionString scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID! non-null scalarUnique identifier of the entity
locationTicketLocation object
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
priorityPriorityTypes enum
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
requestDateDate scalar
requestTypeRequestTypes enum
requestedByPersonalProfileIdUUID scalar
requestedByRepresentativeIdUUID scalar
requestedServiceProviderIdUUID scalar
stateTicketStates enum
ticketEntries[TicketEntry!]! non-null object
titleString scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity createTicket deleteTicket ticket updateTicket PaginatedTickets