Skip to content

Commit 23aabbf

Browse files
salmanbshahclaude
andauthored
docs: Add previous_ticket_state_id to Ticket schema (Unstable) (#388)
Add previous_ticket_state_id field to Ticket response schema: - Property definition in ticket schema - Example value in response example - Nullable string type (null when no state change history) - Available in Unstable version only Related to: intercom/intercom#474982 Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent 9d3c3b7 commit 23aabbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8526,6 +8526,7 @@ paths:
85268526
has_more: false
85278527
category: Customer
85288528
is_shared: true
8529+
previous_ticket_state_id: '7490'
85298530
schema:
85308531
"$ref": "#/components/schemas/ticket"
85318532
'400':
@@ -23404,6 +23405,13 @@ components:
2340423405
type: boolean
2340523406
description: Whether or not the ticket is shared with the customer.
2340623407
example: true
23408+
previous_ticket_state_id:
23409+
type: string
23410+
nullable: true
23411+
description: The ID of the previous ticket state from the most recent state
23412+
change. Returns null if no state change history exists. Useful for tracking
23413+
state transitions for reporting and compliance.
23414+
example: '7493'
2340723415
ticket_deleted:
2340823416
title: Ticket Deleted
2340923417
type: object

0 commit comments

Comments
 (0)