ticket
Retrieve detailed information about a specific ticket.
Returns comprehensive ticket data including all relevant details and context. Used for ticket management and support operations.
Possible errors:
- FORBIDDEN: Insufficient permissions to access ticket data
- TICKET_GET_ERROR: Error occurred while retrieving ticket
- TICKET_NOT_FOUND: Ticket with the specified ID does not exist
- TICKET_AUTH_ERROR: You are not allowed to access this ticket
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR ('user is authenticated')
ticket(
id: ID!
): Ticket!
Arguments
ticket.id ● ID! non-null scalar
Unique identifier of the ticket to retrieve.
Type
Ticket object
Ticket entity representing a support or service request within the system. Contains all necessary information for ticket management and tracking.