Skip to the content.

Traced Contacts API

With Traced Contacts api V4 you can:

List traced contacts

Fetch a paginated list of traced contacts for a given team person. Params:

GET /api/v4/teams/1234/traced_contacts?date_from=2021-08-31T12:00:00.000Z&date_to=2021-09-07T11:59:59.999Z&max_contact_distance=3&min_contact_duration=2&team_user_id=51916&trace_type=card
[
  {
    "contact_id": 84977,
    "membership": "member",
    "team_user_id": 42171,
    "contact_name": "Jung Park",
    "trace_method": "ct_card",
    "contact_degree": 1,
    "contact_count": 22,
    "first_contact_at": null,
    "last_contact_at": null,
    "contact_email": "jung.park@itrenew.com",
    "total_time": 510,
    "longest_time": 84
  },
  ...
]

Response fields: