Skip to Content

TicketResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the ticket[default to null]
ticket_numberStringAuto-generated unique ticket number[default to null]
subjectStringSubject or title of the ticket[default to null]
descriptionStringDetailed description of the issue[default to null]
ticket_typeTicketTypeType of ticket[default to null]
categoryTicketCategoryCategory classification of the ticket[default to null]
priorityTicketPriorityPriority level of the ticket[default to null]
statusTicketStatusCurrent status of the ticket[default to null]
user_idLongID of the customer who created the ticket[optional] [default to null]
vendor_idLongID of the vendor related to the ticket[optional] [default to null]
driver_idLongID of the driver related to the ticket[optional] [default to null]
assigned_agent_idLongID of the agent assigned to the ticket[optional] [default to null]
related_order_idLongID of the order associated with the ticket[optional] [default to null]
related_chat_idLongID of the chat conversation that escalated to this ticket[optional] [default to null]
related_help_article_idLongID of the help article linked to this ticket[optional] [default to null]
sla_deadlineDateSLA deadline timestamp for ticket resolution[optional] [default to null]
first_response_atDateTimestamp of first agent response[optional] [default to null]
last_activity_atDateTimestamp of last activity on the ticket[default to null]
resolved_atDateTimestamp when the ticket was resolved[optional] [default to null]
escalation_levelIntegerCurrent escalation level (0 = not escalated)[default to null]
satisfaction_ratingIntegerCustomer satisfaction rating (1-5)[optional] [default to null]
satisfaction_feedbackStringCustomer satisfaction feedback text[optional] [default to null]
created_atDateTimestamp when the ticket was created[default to null]
updated_atDateTimestamp when the ticket was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]