Linked Objects

An object containing metadata about linked conversations and linked tickets. Up to 1000 can be returned.

type
string

Always list.

Value: "list"
total_count
integer

The total number of linked objects.

has_more
boolean

Whether or not there are more linked objects than returned.

Array of objects (Linked Object)

An array containing the linked conversations and linked tickets.

{ "type": "list", "total_count": 100, "has_more": false, "data": [ ] }