-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathfield-data-utility-original-example.json
74 lines (74 loc) · 1.74 KB
/
field-data-utility-original-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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"fieldData": {
"name": "Yoda",
"image": "https://some-server.com/Streaming_SSL/MainDB/8F7489E114CFFE0FC13E8A45A2F52D77A50ABFB36B05C0858114F37EA3141634?RCType=EmbeddedRCFileProcessor",
"object": "",
"array": "",
"height": "",
"id": "r2d2-c3po-l3-37-bb-8",
"imageName": "placeholder.md",
"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
}
]
},
{
"fieldData": {
"name": "yoda",
"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
}
]
}
]