-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
112 lines (112 loc) · 4.77 KB
/
db.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"sites": {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
"value": [
{
"id": "8f08-21b57e2a0cc7",
"displayName": "Demo1 Sites",
"webUrl": "https://google.com/",
"sharepointIds": {
"siteId": "7597d43111b4",
"siteUrl": "https://google.com/",
"webId": "21b57e2a0cc7"
},
"siteCollection": {
"hostname": "google.com"
}
},
{
"id": "24500060af4e",
"displayName": "Communication",
"webUrl": "https://google.com/sites/Demo1",
"sharepointIds": {
"siteId": "7b8837043bb2",
"siteUrl": "https://google.com/sites/Demo1",
"webId": "24500060af4e"
},
"siteCollection": {
"hostname": "google.com"
}
},
{
"id": "24500060af4e",
"displayName": "Demo share Site",
"webUrl": "https://google.com/sites/Demo1",
"sharepointIds": {
"siteId": "7b8837043bb2",
"siteUrl": "https://google.com/sites/Demo1",
"webId": "24500060af4e"
},
"siteCollection": {
"hostname": "google.com"
}
}
]
},
"documents": {
"@odata.context": "https://graph.microsoft.com/beta/$metadata#users('123')/insights/trending",
"value": [
{
"id": "123",
"weight": 743614.6241886764,
"resourceVisualization": {
"title": "Engineering Excellence",
"type": "spsite",
"mediaType": "application/octet-stream",
"previewImageUrl": "https://m365x214355.sharepoint.com/_api/v2.0/drives/b!CbtYWrofwUGBJWnaJkNwoEjdaHIOchVBo1I12xiJGL4AAAAAAAAAAAAAAAAAAAAA/items/01ZKFJJWIAAAAAAAAAAAAAAAAAAAAAAAAA/thumbnails/0/small/thumbnailContent",
"previewText": "\t\r\n\t Engineering Excellence\r\n\t\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\t\tHome\r\n\t \r\n\r\n\r\n\r\n\r\n\r\n\r\n Documents\r\n\r\nType \r\n \r\nName \r\n \r\n\r\nThere are no items to show in this view of the \"Documents\" document library. \r\n\r\nFollow\r\njavascript: SP.SOD.executeFunc('followingc",
"containerWebUrl": "https://m365x214355.sharepoint.com",
"containerDisplayName": "Engineering Excellence",
"containerType": "Site"
},
"resourceReference": {
"webUrl": "https://m365x214355.sharepoint.com/ee",
"id": "123",
"type": "microsoft.graph.siteItem"
}
},
{
"id": "123",
"weight": 568407.3144158383,
"resourceVisualization": {
"title": "Fashion Events",
"type": "spsite",
"mediaType": "application/octet-stream",
"previewImageUrl": "https://m365x214355.sharepoint.com/_api/v2.0/drives/b!TkTlwdgS00OWsfL2ZVnvWPC9gbGAlohJgfeiSu5K_WoAAAAAAAAAAAAAAAAAAAAA/items/01LOL2YFQAAAAAAAAAAAAAAAAAAAAAAAAA/thumbnails/0/small/thumbnailContent",
"previewText": "Fashion events Channel ... everything you need to know all in one place. Announcements, Events, Information, and News.",
"containerDisplayName": "Fashion Events",
"containerType": "Site"
},
"resourceReference": {
"webUrl": "https://m365x214355.sharepoint.com/sites/FashionEvents",
"id": "123",
"type": "microsoft.graph.siteItem"
}
}]
},
"people": {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('123')/people",
"@odata.nextLink": "https://graph.microsoft.com/v1.0/me/people?$skip=0",
"value": [
{
"id": "db778eec-7814-47c5-9ccc-ac8a370ed920",
"displayName": "Alex Wilber",
"imAddress": "sip:[email protected]"
},
{
"id": "529f5cf9-6c9a-4abf-a07d-e63cd7f54ac9",
"displayName": "Lidia Holloway",
"imAddress": "sip:[email protected]"
},
{
"id": "69d19973-748f-4b42-be26-7fb2cc09b9cd",
"displayName": "Lynne Robbins",
"imAddress": "sip:[email protected]"
},
{
"id": "376db46d-e3e7-4a57-b1b0-607d7e4ec406",
"displayName": "Demo1",
"imAddress": null
}]
}
}