-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
find-records-example.json
48 lines (48 loc) · 1.07 KB
/
find-records-example.json
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
39
40
41
42
43
44
45
46
47
48
{
"dataInfo": {
"database": "fms-api-app",
"layout": "Heroes",
"table": "Heroes",
"totalRecordCount": "1977",
"foundCount": 153,
"returnedCount": 1
},
"data": [
{
"fieldData": {
"name": "Anakin Skywalker",
"image": "",
"object": "",
"array": "",
"height": "",
"id": "r2d2-c3po-l3-37-bb-8",
"imageName": "",
"creationAccountName": "obi-wan",
"creationTimestamp": "05/25/1977 6:00:00",
"modificationAccountName": "obi-wan",
"modificationTimestamp": "05/25/1977 6:00:00",
"Vehicles::name": ""
},
"portalData": {
"Planets": [],
"Vehicles": []
},
"recordId": "1138",
"modId": "327",
"portalDataInfo": [
{
"database": "fms-api-app",
"table": "Planets",
"foundCount": 0,
"returnedCount": 0
},
{
"database": "fms-api-app",
"table": "Vehicles",
"foundCount": 0,
"returnedCount": 0
}
]
}
]
}