TicketObject
ksuidstring
Unique identifier for the ticket
namestring
Name of the ticket
name_on_ticketstring
Name to be printed on the ticket
customer_emailstring
Email of the customer who owns the ticket
created_atstring<date-time>
Timestamp when the ticket was created
updated_atstring<date-time>
Timestamp when the ticket was last updated
includesstring[]
List of items included with the ticket
expanded_includesobject[]
List of the items included with the ticket
TicketObject
{
"ksuid": "string",
"name": "string",
"name_on_ticket": "string",
"customer_email": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"includes": [
"string"
],
"expanded_includes": [
{}
]
}