list()
Get all user’s trackers with special grouping by “contacts”.
return:
{
"success": true,
"contacts": [ <contact>, ... ] //all established contacts
"trackers": [ <tracker>, ... ] //normal trackers belonging to current user
}
See descriptions of types contact and tracker
errors:
general types only!