Skip to content

Linked Objects

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

typestring

Always list.

Value:"list"
Example:"list"
total_countinteger

The total number of linked objects.

Example:100
has_moreboolean

Whether or not there are more linked objects than returned.

Example:false
dataArray of objects(Linked Object)

An array containing the linked conversations and linked tickets.

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