-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdataTest.json
More file actions
38 lines (38 loc) · 1020 Bytes
/
dataTest.json
File metadata and controls
38 lines (38 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"objects": {
"Person::1": {
"key": "1",
"name": {"bob": "My last name"},
"status": "active",
"org_id": "Blala",
"email": "my.email@foo.org",
"phone": "+00 000 000 000",
"notify": "yes",
"function": "",
"first_nameyo": "My first name"
},
"Person::2": {
"key": "2",
"name": {"bob": "Picasso"},
"status": "active",
"org_id": "Demo",
"email": "pablo@demo.com",
"phone": "",
"notify": "yes",
"function": "",
"first_nameyo": "Pablo"
},
"Person::3": {
"key": "3",
"name": {"bob": "Dali"},
"status": "active",
"email": "dali@demo.com",
"phone": "",
"notify": "yes",
"function": "",
"first_nameyo": "Salvador"
}
},
"code": 0,
"message": "Found: 1"
}