{
"id": "<string>",
"type": "queue-tickets",
"attributes": {
"number": 123,
"queued_at": "<string>",
"estimated_processing_at": "<string>",
"processing_duration": 123,
"planned_start_date": "<string>",
"planned_end_date": "<string>",
"position": 123,
"notify_customer": true,
"mobile": "<string>",
"customer_notification_channels": "<array>",
"delayed_until": "<string>",
"notes": "<string>",
"priority": 123,
"priority_boost": 123,
"waiting_duration": 123,
"pulled_at": "<string>",
"closed_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"queue": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"booking": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"counter": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"agent": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
},
"meta": {
"mobile_notifications_enabled": true
}
}Scalar reference catalog
QueueTicket
⌘I