Skip to content

Merge History List

A paginated list of merge history entries for a contact.

typestring

The type of object.

Value:"list"
Example:"list"
dataArray of objects(Merge History Item)

An array of merge history entries.

next_cursorstring or null

A cursor to pass as the cursor query parameter to fetch the next page of results. Absent when there are no more pages.

Example:"WyIxNjM0NTY3ODkwIl0"
has_moreboolean

Whether there are more results to fetch.

Example:false
{ "type": "list", "data": [ {} ], "next_cursor": "WyIxNjM0NTY3ODkwIl0", "has_more": false }