• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "unique_contact_id": {
3    "account_type": "CUSTOM_ACCOUNT",
4    "custom_account_type": "facebook",
5    "account_name": "android-test",
6    "contact_id": "1111111",
7    "data_set": "FOCUS"
8  },
9  "contact_prefs": {
10    "send_to_voicemail": true,
11    "starred": false,
12    "pinned": 2
13  },
14  "aggregation_data": [
15    {
16      "type": "TOGETHER",
17      "contact_ids": [
18        {
19          "account_type": "GOOGLE_ACCOUNT",
20          "account_name": "android-test2",
21          "contact_id": "2222222",
22          "data_set": "GOOGLE_PLUS"
23        },
24        {
25          "account_type": "GOOGLE_ACCOUNT",
26          "account_name": "android-test3",
27          "contact_id": "3333333",
28          "data_set": "CUSTOM",
29          "custom_data_set": "custom type"
30        }
31      ]
32    }
33  ],
34  "field_data": [
35    {
36      "field_data_id": "1001",
37      "field_data_prefs": {
38        "is_primary": true,
39        "is_super_primary": true
40      },
41      "usage_stats": [
42        {
43          "usage_type": "CALL",
44          "last_time_used": 10000001,
45          "usage_count": 10
46        },
47        {
48          "usage_type": "SHORT_TEXT",
49          "last_time_used": 20000002,
50          "usage_count": 20
51        }
52      ]
53    },
54    {
55      "field_data_id": "1002",
56      "field_data_prefs": {
57        "is_primary": false,
58        "is_super_primary": false
59      },
60      "usage_stats": [
61        {
62          "usage_type": "LONG_TEXT",
63          "last_time_used": 30000003,
64          "usage_count": 30
65        }
66      ]
67    }
68  ]
69}