Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8526,6 +8526,7 @@ paths:
has_more: false
category: Customer
is_shared: true
previous_ticket_state_id: '7490'
schema:
"$ref": "#/components/schemas/ticket"
'400':
Expand Down Expand Up @@ -22848,6 +22849,13 @@ components:
type: boolean
description: Whether or not the ticket is shared with the customer.
example: true
previous_ticket_state_id:
type: string
nullable: true
description: The ID of the previous ticket state from the most recent state
change. Returns null if no state change history exists. Useful for tracking
state transitions for reporting and compliance.
example: '7493'
ticket_deleted:
title: Ticket Deleted
type: object
Expand Down