jamespot-user-api 1.0.125 → 1.0.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +11 -11
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGroupApi.html +9 -9
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +4 -4
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/AdminLicenseUser.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseAutocomplete.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/ObjectListProps.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SearchCategoryModel.html +1 -1
- package/documentation/interfaces/SearchCategoryValue.html +1 -1
- package/documentation/interfaces/SearchConfig.html +1 -1
- package/documentation/interfaces/SearchFacetModel.html +1 -1
- package/documentation/interfaces/SearchFacetValueModel.html +1 -1
- package/documentation/interfaces/SearchQuery.html +1 -1
- package/documentation/interfaces/SearchQueryFilterModel.html +1 -1
- package/documentation/interfaces/SearchQueryOption.html +1 -1
- package/documentation/interfaces/SearchQueryResult.html +1 -1
- package/documentation/interfaces/SearchQuerySortModel.html +1 -1
- package/documentation/interfaces/SearchResultCatProps.html +1 -1
- package/documentation/interfaces/SearchResultPropsApp.html +1 -1
- package/documentation/interfaces/SearchResultPropsObject.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/Taxonomy.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/drive/drive.d.ts +8 -5
- package/lib/src/apis/drive/drive.mock.d.ts +3 -3
- package/lib/src/apis/drive/drive.test.d.ts +1 -0
- package/lib/src/types/drive.d.ts +21 -11
- package/lib/src/util/file.d.ts +1 -1
- package/package.json +1 -1
- package/phpunitMock/spotGetProperties-default.json +1 -1
- package/phpunitMock/tvDisplayGetChannel-dynamic.json +22 -1056
- package/phpunitMock/tvDisplayGetChannel-slideshow.json +14 -14
- package/phpunitMock/tvDisplayGetConfigureChannel-dynamic.json +20 -32
- package/phpunitMock/tvDisplayGetConfigureChannel-slideshow.json +14 -14
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"result": {
|
|
7
7
|
"interval": 60,
|
|
8
8
|
"channel": {
|
|
9
|
-
"id":
|
|
9
|
+
"id": 189,
|
|
10
10
|
"mainType": "article",
|
|
11
11
|
"type": "tvDisplayChannel",
|
|
12
|
-
"uri": "tvDisplayChannel/
|
|
13
|
-
"dateCreation": "2023-
|
|
14
|
-
"dateModified": "2023-
|
|
12
|
+
"uri": "tvDisplayChannel/189",
|
|
13
|
+
"dateCreation": "2023-11-21 15:03:21",
|
|
14
|
+
"dateModified": "2023-11-21 15:03:21",
|
|
15
15
|
"title": "TV Channel dynamic",
|
|
16
16
|
"_url": "/ng/rr/tv-display",
|
|
17
17
|
"_right": {
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"_url": "/user/4",
|
|
36
36
|
"level": 9
|
|
37
37
|
},
|
|
38
|
+
"image": { "width": 702, "height": 583 },
|
|
38
39
|
"_audience": [],
|
|
39
40
|
"tvChannelType": "DYNAMIC",
|
|
40
41
|
"tvChannelBackgroundColor": "#FF0000",
|
|
@@ -45,25 +46,25 @@
|
|
|
45
46
|
"type": "spot",
|
|
46
47
|
"uri": "spot/1",
|
|
47
48
|
"dateCreation": "2019-07-18 18:36:24",
|
|
48
|
-
"dateModified": "2023-
|
|
49
|
+
"dateModified": "2023-11-21 15:03:21",
|
|
49
50
|
"title": "Groupe public",
|
|
50
51
|
"_url": "/group/1",
|
|
51
52
|
"privacy": 1,
|
|
52
53
|
"category": "1"
|
|
53
54
|
},
|
|
54
|
-
"tvChannelConfig": { "
|
|
55
|
+
"tvChannelConfig": { "key": "655cb8a9aaec4" },
|
|
55
56
|
"_extend": {
|
|
56
|
-
"imageSecureUrl": "http://
|
|
57
|
+
"imageSecureUrl": "http://jpro-gitbranch-release-2023-11-21-1108.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL3R2RGlzcGxheUNoYW5uZWxcLzE4OS5wbmcifQ.CgMVr6C4NmNlIT5E9vKTw_rZoyOYWBgFgIEl2pZgpys",
|
|
57
58
|
"articles": [
|
|
58
59
|
{
|
|
59
|
-
"id":
|
|
60
|
+
"id": 190,
|
|
60
61
|
"mainType": "article",
|
|
61
62
|
"type": "mpArticle",
|
|
62
|
-
"uri": "mpArticle/
|
|
63
|
-
"dateCreation": "2023-
|
|
64
|
-
"dateModified": "2023-
|
|
63
|
+
"uri": "mpArticle/190",
|
|
64
|
+
"dateCreation": "2023-11-21 15:03:21",
|
|
65
|
+
"dateModified": "2023-11-21 15:03:21",
|
|
65
66
|
"title": "a-2",
|
|
66
|
-
"_url": "/article/
|
|
67
|
+
"_url": "/article/190",
|
|
67
68
|
"_right": {
|
|
68
69
|
"create": true,
|
|
69
70
|
"read": true,
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"_url": "/user/4",
|
|
87
88
|
"level": 9
|
|
88
89
|
},
|
|
90
|
+
"image": { "width": 702, "height": 583 },
|
|
89
91
|
"_audience": [
|
|
90
92
|
{
|
|
91
93
|
"id": 1,
|
|
@@ -93,7 +95,7 @@
|
|
|
93
95
|
"type": "spot",
|
|
94
96
|
"uri": "spot/1",
|
|
95
97
|
"dateCreation": "2019-07-18 18:36:24",
|
|
96
|
-
"dateModified": "2023-
|
|
98
|
+
"dateModified": "2023-11-21 15:03:21",
|
|
97
99
|
"title": "Groupe public",
|
|
98
100
|
"_url": "/group/1",
|
|
99
101
|
"privacy": 1,
|
|
@@ -102,14 +104,14 @@
|
|
|
102
104
|
],
|
|
103
105
|
"_extend": {
|
|
104
106
|
"descriptionSecure": "<div class=\"content-html\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>\n",
|
|
105
|
-
"imageSecureUrl": "http://
|
|
107
|
+
"imageSecureUrl": "http://jpro-gitbranch-release-2023-11-21-1108.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoib3JpZ2luYWxcL21wQXJ0aWNsZVwvMTkwLnBuZyJ9.MVwylmH7JoDRzXGZ5zMIx2vE0280PUXrM9jVZCRk3IM",
|
|
106
108
|
"comments": [
|
|
107
109
|
{
|
|
108
|
-
"id":
|
|
110
|
+
"id": 13,
|
|
109
111
|
"mainType": "comment",
|
|
110
112
|
"type": "comment",
|
|
111
|
-
"uri": "comment/
|
|
112
|
-
"dateCreation": "2023-
|
|
113
|
+
"uri": "comment/13",
|
|
114
|
+
"dateCreation": "2023-11-21 15:03:21",
|
|
113
115
|
"dateModified": null,
|
|
114
116
|
"description": "<div class='content-html'>Phasellus sodales augue vitae sapien tempus tristique.</div>",
|
|
115
117
|
"_user": {
|
|
@@ -134,1049 +136,13 @@
|
|
|
134
136
|
"member": true
|
|
135
137
|
},
|
|
136
138
|
"_extend": {
|
|
137
|
-
"userImageSecureUrl": "http://
|
|
139
|
+
"userImageSecureUrl": "http://jpro-gitbranch-release-2023-11-21-1108.jamespot.pro/imagesecure/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiNTAweDUwMFwvdXNlclwvNC5wbmcifQ.ZY8JDzSQyXMN0EeLCxzqMZfZMub4dnjz-EYGZK2egVo",
|
|
138
140
|
"descriptionSecure": "<div class=\"content-html\">Phasellus sodales augue vitae sapien tempus tristique.</div>\n"
|
|
139
141
|
}
|
|
140
142
|
}
|
|
141
143
|
]
|
|
142
144
|
}
|
|
143
145
|
},
|
|
144
|
-
{
|
|
145
|
-
"id": 201,
|
|
146
|
-
"mainType": "article",
|
|
147
|
-
"type": "mpArticle",
|
|
148
|
-
"uri": "mpArticle/201",
|
|
149
|
-
"dateCreation": "2023-09-21 11:40:52",
|
|
150
|
-
"dateModified": "2023-09-21 11:40:52",
|
|
151
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
152
|
-
"_url": "/article/201",
|
|
153
|
-
"_right": {
|
|
154
|
-
"create": true,
|
|
155
|
-
"read": true,
|
|
156
|
-
"publish": false,
|
|
157
|
-
"administrate": true,
|
|
158
|
-
"update": true,
|
|
159
|
-
"delete": true,
|
|
160
|
-
"comment": true,
|
|
161
|
-
"member": true
|
|
162
|
-
},
|
|
163
|
-
"description": "<div class='content-html'></div>",
|
|
164
|
-
"_user": {
|
|
165
|
-
"id": 4,
|
|
166
|
-
"mainType": "user",
|
|
167
|
-
"type": "user",
|
|
168
|
-
"uri": "user/4",
|
|
169
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
170
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
171
|
-
"title": "Admin1",
|
|
172
|
-
"_url": "/user/4",
|
|
173
|
-
"level": 9
|
|
174
|
-
},
|
|
175
|
-
"_audience": [
|
|
176
|
-
{
|
|
177
|
-
"id": 1,
|
|
178
|
-
"mainType": "user",
|
|
179
|
-
"type": "user",
|
|
180
|
-
"uri": "user/1",
|
|
181
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
182
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
183
|
-
"title": "AdminJenkins",
|
|
184
|
-
"_url": "/user/1",
|
|
185
|
-
"level": 9
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"id": 4,
|
|
189
|
-
"mainType": "user",
|
|
190
|
-
"type": "user",
|
|
191
|
-
"uri": "user/4",
|
|
192
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
193
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
194
|
-
"title": "Admin1",
|
|
195
|
-
"_url": "/user/4",
|
|
196
|
-
"level": 9
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": 5,
|
|
200
|
-
"mainType": "user",
|
|
201
|
-
"type": "user",
|
|
202
|
-
"uri": "user/5",
|
|
203
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
204
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
205
|
-
"title": "Admin2",
|
|
206
|
-
"_url": "/user/5",
|
|
207
|
-
"level": 9
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"id": 6,
|
|
211
|
-
"mainType": "user",
|
|
212
|
-
"type": "user",
|
|
213
|
-
"uri": "user/6",
|
|
214
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
215
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
216
|
-
"title": "User1",
|
|
217
|
-
"_url": "/user/6",
|
|
218
|
-
"level": 5
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"id": 7,
|
|
222
|
-
"mainType": "user",
|
|
223
|
-
"type": "user",
|
|
224
|
-
"uri": "user/7",
|
|
225
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
226
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
227
|
-
"title": "User2",
|
|
228
|
-
"_url": "/user/7",
|
|
229
|
-
"level": 5
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"id": 8,
|
|
233
|
-
"mainType": "user",
|
|
234
|
-
"type": "user",
|
|
235
|
-
"uri": "user/8",
|
|
236
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
237
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
238
|
-
"title": "Limited1",
|
|
239
|
-
"_url": "/user/8",
|
|
240
|
-
"level": 3
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"id": 9,
|
|
244
|
-
"mainType": "user",
|
|
245
|
-
"type": "user",
|
|
246
|
-
"uri": "user/9",
|
|
247
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
248
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
249
|
-
"title": "Limited2",
|
|
250
|
-
"_url": "/user/9",
|
|
251
|
-
"level": 3
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"id": 1,
|
|
255
|
-
"mainType": "spot",
|
|
256
|
-
"type": "spot",
|
|
257
|
-
"uri": "spot/1",
|
|
258
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
259
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
260
|
-
"title": "Groupe public",
|
|
261
|
-
"_url": "/group/1",
|
|
262
|
-
"privacy": 1,
|
|
263
|
-
"category": "1"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"id": 2,
|
|
267
|
-
"mainType": "spot",
|
|
268
|
-
"type": "spot",
|
|
269
|
-
"uri": "spot/2",
|
|
270
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
271
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
272
|
-
"title": "Groupe priv\u00e9",
|
|
273
|
-
"_url": "/group/2",
|
|
274
|
-
"privacy": 0,
|
|
275
|
-
"category": "1"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"id": 3,
|
|
279
|
-
"mainType": "spot",
|
|
280
|
-
"type": "spot",
|
|
281
|
-
"uri": "spot/3",
|
|
282
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
283
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
284
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
285
|
-
"_url": "/group/3",
|
|
286
|
-
"privacy": 2,
|
|
287
|
-
"category": "1"
|
|
288
|
-
}
|
|
289
|
-
],
|
|
290
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"id": 177,
|
|
294
|
-
"mainType": "article",
|
|
295
|
-
"type": "mpArticle",
|
|
296
|
-
"uri": "mpArticle/177",
|
|
297
|
-
"dateCreation": "2023-09-21 11:39:27",
|
|
298
|
-
"dateModified": "2023-09-21 11:39:27",
|
|
299
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
300
|
-
"_url": "/article/177",
|
|
301
|
-
"_right": {
|
|
302
|
-
"create": true,
|
|
303
|
-
"read": true,
|
|
304
|
-
"publish": false,
|
|
305
|
-
"administrate": true,
|
|
306
|
-
"update": true,
|
|
307
|
-
"delete": true,
|
|
308
|
-
"comment": true,
|
|
309
|
-
"member": true
|
|
310
|
-
},
|
|
311
|
-
"description": "<div class='content-html'></div>",
|
|
312
|
-
"_user": {
|
|
313
|
-
"id": 4,
|
|
314
|
-
"mainType": "user",
|
|
315
|
-
"type": "user",
|
|
316
|
-
"uri": "user/4",
|
|
317
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
318
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
319
|
-
"title": "Admin1",
|
|
320
|
-
"_url": "/user/4",
|
|
321
|
-
"level": 9
|
|
322
|
-
},
|
|
323
|
-
"_audience": [
|
|
324
|
-
{
|
|
325
|
-
"id": 1,
|
|
326
|
-
"mainType": "user",
|
|
327
|
-
"type": "user",
|
|
328
|
-
"uri": "user/1",
|
|
329
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
330
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
331
|
-
"title": "AdminJenkins",
|
|
332
|
-
"_url": "/user/1",
|
|
333
|
-
"level": 9
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"id": 4,
|
|
337
|
-
"mainType": "user",
|
|
338
|
-
"type": "user",
|
|
339
|
-
"uri": "user/4",
|
|
340
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
341
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
342
|
-
"title": "Admin1",
|
|
343
|
-
"_url": "/user/4",
|
|
344
|
-
"level": 9
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"id": 5,
|
|
348
|
-
"mainType": "user",
|
|
349
|
-
"type": "user",
|
|
350
|
-
"uri": "user/5",
|
|
351
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
352
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
353
|
-
"title": "Admin2",
|
|
354
|
-
"_url": "/user/5",
|
|
355
|
-
"level": 9
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"id": 6,
|
|
359
|
-
"mainType": "user",
|
|
360
|
-
"type": "user",
|
|
361
|
-
"uri": "user/6",
|
|
362
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
363
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
364
|
-
"title": "User1",
|
|
365
|
-
"_url": "/user/6",
|
|
366
|
-
"level": 5
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"id": 7,
|
|
370
|
-
"mainType": "user",
|
|
371
|
-
"type": "user",
|
|
372
|
-
"uri": "user/7",
|
|
373
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
374
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
375
|
-
"title": "User2",
|
|
376
|
-
"_url": "/user/7",
|
|
377
|
-
"level": 5
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"id": 8,
|
|
381
|
-
"mainType": "user",
|
|
382
|
-
"type": "user",
|
|
383
|
-
"uri": "user/8",
|
|
384
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
385
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
386
|
-
"title": "Limited1",
|
|
387
|
-
"_url": "/user/8",
|
|
388
|
-
"level": 3
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"id": 9,
|
|
392
|
-
"mainType": "user",
|
|
393
|
-
"type": "user",
|
|
394
|
-
"uri": "user/9",
|
|
395
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
396
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
397
|
-
"title": "Limited2",
|
|
398
|
-
"_url": "/user/9",
|
|
399
|
-
"level": 3
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"id": 1,
|
|
403
|
-
"mainType": "spot",
|
|
404
|
-
"type": "spot",
|
|
405
|
-
"uri": "spot/1",
|
|
406
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
407
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
408
|
-
"title": "Groupe public",
|
|
409
|
-
"_url": "/group/1",
|
|
410
|
-
"privacy": 1,
|
|
411
|
-
"category": "1"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"id": 2,
|
|
415
|
-
"mainType": "spot",
|
|
416
|
-
"type": "spot",
|
|
417
|
-
"uri": "spot/2",
|
|
418
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
419
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
420
|
-
"title": "Groupe priv\u00e9",
|
|
421
|
-
"_url": "/group/2",
|
|
422
|
-
"privacy": 0,
|
|
423
|
-
"category": "1"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"id": 3,
|
|
427
|
-
"mainType": "spot",
|
|
428
|
-
"type": "spot",
|
|
429
|
-
"uri": "spot/3",
|
|
430
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
431
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
432
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
433
|
-
"_url": "/group/3",
|
|
434
|
-
"privacy": 2,
|
|
435
|
-
"category": "1"
|
|
436
|
-
}
|
|
437
|
-
],
|
|
438
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"id": 153,
|
|
442
|
-
"mainType": "article",
|
|
443
|
-
"type": "mpArticle",
|
|
444
|
-
"uri": "mpArticle/153",
|
|
445
|
-
"dateCreation": "2023-09-19 10:39:47",
|
|
446
|
-
"dateModified": "2023-09-19 10:39:47",
|
|
447
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
448
|
-
"_url": "/article/153",
|
|
449
|
-
"_right": {
|
|
450
|
-
"create": true,
|
|
451
|
-
"read": true,
|
|
452
|
-
"publish": false,
|
|
453
|
-
"administrate": true,
|
|
454
|
-
"update": true,
|
|
455
|
-
"delete": true,
|
|
456
|
-
"comment": true,
|
|
457
|
-
"member": true
|
|
458
|
-
},
|
|
459
|
-
"description": "<div class='content-html'></div>",
|
|
460
|
-
"_user": {
|
|
461
|
-
"id": 4,
|
|
462
|
-
"mainType": "user",
|
|
463
|
-
"type": "user",
|
|
464
|
-
"uri": "user/4",
|
|
465
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
466
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
467
|
-
"title": "Admin1",
|
|
468
|
-
"_url": "/user/4",
|
|
469
|
-
"level": 9
|
|
470
|
-
},
|
|
471
|
-
"_audience": [
|
|
472
|
-
{
|
|
473
|
-
"id": 1,
|
|
474
|
-
"mainType": "user",
|
|
475
|
-
"type": "user",
|
|
476
|
-
"uri": "user/1",
|
|
477
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
478
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
479
|
-
"title": "AdminJenkins",
|
|
480
|
-
"_url": "/user/1",
|
|
481
|
-
"level": 9
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"id": 4,
|
|
485
|
-
"mainType": "user",
|
|
486
|
-
"type": "user",
|
|
487
|
-
"uri": "user/4",
|
|
488
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
489
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
490
|
-
"title": "Admin1",
|
|
491
|
-
"_url": "/user/4",
|
|
492
|
-
"level": 9
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"id": 5,
|
|
496
|
-
"mainType": "user",
|
|
497
|
-
"type": "user",
|
|
498
|
-
"uri": "user/5",
|
|
499
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
500
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
501
|
-
"title": "Admin2",
|
|
502
|
-
"_url": "/user/5",
|
|
503
|
-
"level": 9
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"id": 6,
|
|
507
|
-
"mainType": "user",
|
|
508
|
-
"type": "user",
|
|
509
|
-
"uri": "user/6",
|
|
510
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
511
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
512
|
-
"title": "User1",
|
|
513
|
-
"_url": "/user/6",
|
|
514
|
-
"level": 5
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"id": 7,
|
|
518
|
-
"mainType": "user",
|
|
519
|
-
"type": "user",
|
|
520
|
-
"uri": "user/7",
|
|
521
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
522
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
523
|
-
"title": "User2",
|
|
524
|
-
"_url": "/user/7",
|
|
525
|
-
"level": 5
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"id": 8,
|
|
529
|
-
"mainType": "user",
|
|
530
|
-
"type": "user",
|
|
531
|
-
"uri": "user/8",
|
|
532
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
533
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
534
|
-
"title": "Limited1",
|
|
535
|
-
"_url": "/user/8",
|
|
536
|
-
"level": 3
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"id": 9,
|
|
540
|
-
"mainType": "user",
|
|
541
|
-
"type": "user",
|
|
542
|
-
"uri": "user/9",
|
|
543
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
544
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
545
|
-
"title": "Limited2",
|
|
546
|
-
"_url": "/user/9",
|
|
547
|
-
"level": 3
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"id": 1,
|
|
551
|
-
"mainType": "spot",
|
|
552
|
-
"type": "spot",
|
|
553
|
-
"uri": "spot/1",
|
|
554
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
555
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
556
|
-
"title": "Groupe public",
|
|
557
|
-
"_url": "/group/1",
|
|
558
|
-
"privacy": 1,
|
|
559
|
-
"category": "1"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"id": 2,
|
|
563
|
-
"mainType": "spot",
|
|
564
|
-
"type": "spot",
|
|
565
|
-
"uri": "spot/2",
|
|
566
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
567
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
568
|
-
"title": "Groupe priv\u00e9",
|
|
569
|
-
"_url": "/group/2",
|
|
570
|
-
"privacy": 0,
|
|
571
|
-
"category": "1"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"id": 3,
|
|
575
|
-
"mainType": "spot",
|
|
576
|
-
"type": "spot",
|
|
577
|
-
"uri": "spot/3",
|
|
578
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
579
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
580
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
581
|
-
"_url": "/group/3",
|
|
582
|
-
"privacy": 2,
|
|
583
|
-
"category": "1"
|
|
584
|
-
}
|
|
585
|
-
],
|
|
586
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"id": 129,
|
|
590
|
-
"mainType": "article",
|
|
591
|
-
"type": "mpArticle",
|
|
592
|
-
"uri": "mpArticle/129",
|
|
593
|
-
"dateCreation": "2023-09-19 10:35:33",
|
|
594
|
-
"dateModified": "2023-09-19 10:35:33",
|
|
595
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
596
|
-
"_url": "/article/129",
|
|
597
|
-
"_right": {
|
|
598
|
-
"create": true,
|
|
599
|
-
"read": true,
|
|
600
|
-
"publish": false,
|
|
601
|
-
"administrate": true,
|
|
602
|
-
"update": true,
|
|
603
|
-
"delete": true,
|
|
604
|
-
"comment": true,
|
|
605
|
-
"member": true
|
|
606
|
-
},
|
|
607
|
-
"description": "<div class='content-html'></div>",
|
|
608
|
-
"_user": {
|
|
609
|
-
"id": 4,
|
|
610
|
-
"mainType": "user",
|
|
611
|
-
"type": "user",
|
|
612
|
-
"uri": "user/4",
|
|
613
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
614
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
615
|
-
"title": "Admin1",
|
|
616
|
-
"_url": "/user/4",
|
|
617
|
-
"level": 9
|
|
618
|
-
},
|
|
619
|
-
"_audience": [
|
|
620
|
-
{
|
|
621
|
-
"id": 1,
|
|
622
|
-
"mainType": "user",
|
|
623
|
-
"type": "user",
|
|
624
|
-
"uri": "user/1",
|
|
625
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
626
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
627
|
-
"title": "AdminJenkins",
|
|
628
|
-
"_url": "/user/1",
|
|
629
|
-
"level": 9
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"id": 4,
|
|
633
|
-
"mainType": "user",
|
|
634
|
-
"type": "user",
|
|
635
|
-
"uri": "user/4",
|
|
636
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
637
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
638
|
-
"title": "Admin1",
|
|
639
|
-
"_url": "/user/4",
|
|
640
|
-
"level": 9
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"id": 5,
|
|
644
|
-
"mainType": "user",
|
|
645
|
-
"type": "user",
|
|
646
|
-
"uri": "user/5",
|
|
647
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
648
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
649
|
-
"title": "Admin2",
|
|
650
|
-
"_url": "/user/5",
|
|
651
|
-
"level": 9
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"id": 6,
|
|
655
|
-
"mainType": "user",
|
|
656
|
-
"type": "user",
|
|
657
|
-
"uri": "user/6",
|
|
658
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
659
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
660
|
-
"title": "User1",
|
|
661
|
-
"_url": "/user/6",
|
|
662
|
-
"level": 5
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"id": 7,
|
|
666
|
-
"mainType": "user",
|
|
667
|
-
"type": "user",
|
|
668
|
-
"uri": "user/7",
|
|
669
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
670
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
671
|
-
"title": "User2",
|
|
672
|
-
"_url": "/user/7",
|
|
673
|
-
"level": 5
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"id": 8,
|
|
677
|
-
"mainType": "user",
|
|
678
|
-
"type": "user",
|
|
679
|
-
"uri": "user/8",
|
|
680
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
681
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
682
|
-
"title": "Limited1",
|
|
683
|
-
"_url": "/user/8",
|
|
684
|
-
"level": 3
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"id": 9,
|
|
688
|
-
"mainType": "user",
|
|
689
|
-
"type": "user",
|
|
690
|
-
"uri": "user/9",
|
|
691
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
692
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
693
|
-
"title": "Limited2",
|
|
694
|
-
"_url": "/user/9",
|
|
695
|
-
"level": 3
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"id": 1,
|
|
699
|
-
"mainType": "spot",
|
|
700
|
-
"type": "spot",
|
|
701
|
-
"uri": "spot/1",
|
|
702
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
703
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
704
|
-
"title": "Groupe public",
|
|
705
|
-
"_url": "/group/1",
|
|
706
|
-
"privacy": 1,
|
|
707
|
-
"category": "1"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"id": 2,
|
|
711
|
-
"mainType": "spot",
|
|
712
|
-
"type": "spot",
|
|
713
|
-
"uri": "spot/2",
|
|
714
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
715
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
716
|
-
"title": "Groupe priv\u00e9",
|
|
717
|
-
"_url": "/group/2",
|
|
718
|
-
"privacy": 0,
|
|
719
|
-
"category": "1"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"id": 3,
|
|
723
|
-
"mainType": "spot",
|
|
724
|
-
"type": "spot",
|
|
725
|
-
"uri": "spot/3",
|
|
726
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
727
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
728
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
729
|
-
"_url": "/group/3",
|
|
730
|
-
"privacy": 2,
|
|
731
|
-
"category": "1"
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"id": 105,
|
|
738
|
-
"mainType": "article",
|
|
739
|
-
"type": "mpArticle",
|
|
740
|
-
"uri": "mpArticle/105",
|
|
741
|
-
"dateCreation": "2023-09-19 10:34:08",
|
|
742
|
-
"dateModified": "2023-09-19 10:34:08",
|
|
743
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
744
|
-
"_url": "/article/105",
|
|
745
|
-
"_right": {
|
|
746
|
-
"create": true,
|
|
747
|
-
"read": true,
|
|
748
|
-
"publish": false,
|
|
749
|
-
"administrate": true,
|
|
750
|
-
"update": true,
|
|
751
|
-
"delete": true,
|
|
752
|
-
"comment": true,
|
|
753
|
-
"member": true
|
|
754
|
-
},
|
|
755
|
-
"description": "<div class='content-html'></div>",
|
|
756
|
-
"_user": {
|
|
757
|
-
"id": 4,
|
|
758
|
-
"mainType": "user",
|
|
759
|
-
"type": "user",
|
|
760
|
-
"uri": "user/4",
|
|
761
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
762
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
763
|
-
"title": "Admin1",
|
|
764
|
-
"_url": "/user/4",
|
|
765
|
-
"level": 9
|
|
766
|
-
},
|
|
767
|
-
"_audience": [
|
|
768
|
-
{
|
|
769
|
-
"id": 1,
|
|
770
|
-
"mainType": "user",
|
|
771
|
-
"type": "user",
|
|
772
|
-
"uri": "user/1",
|
|
773
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
774
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
775
|
-
"title": "AdminJenkins",
|
|
776
|
-
"_url": "/user/1",
|
|
777
|
-
"level": 9
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"id": 4,
|
|
781
|
-
"mainType": "user",
|
|
782
|
-
"type": "user",
|
|
783
|
-
"uri": "user/4",
|
|
784
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
785
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
786
|
-
"title": "Admin1",
|
|
787
|
-
"_url": "/user/4",
|
|
788
|
-
"level": 9
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"id": 5,
|
|
792
|
-
"mainType": "user",
|
|
793
|
-
"type": "user",
|
|
794
|
-
"uri": "user/5",
|
|
795
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
796
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
797
|
-
"title": "Admin2",
|
|
798
|
-
"_url": "/user/5",
|
|
799
|
-
"level": 9
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"id": 6,
|
|
803
|
-
"mainType": "user",
|
|
804
|
-
"type": "user",
|
|
805
|
-
"uri": "user/6",
|
|
806
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
807
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
808
|
-
"title": "User1",
|
|
809
|
-
"_url": "/user/6",
|
|
810
|
-
"level": 5
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"id": 7,
|
|
814
|
-
"mainType": "user",
|
|
815
|
-
"type": "user",
|
|
816
|
-
"uri": "user/7",
|
|
817
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
818
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
819
|
-
"title": "User2",
|
|
820
|
-
"_url": "/user/7",
|
|
821
|
-
"level": 5
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"id": 8,
|
|
825
|
-
"mainType": "user",
|
|
826
|
-
"type": "user",
|
|
827
|
-
"uri": "user/8",
|
|
828
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
829
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
830
|
-
"title": "Limited1",
|
|
831
|
-
"_url": "/user/8",
|
|
832
|
-
"level": 3
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"id": 9,
|
|
836
|
-
"mainType": "user",
|
|
837
|
-
"type": "user",
|
|
838
|
-
"uri": "user/9",
|
|
839
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
840
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
841
|
-
"title": "Limited2",
|
|
842
|
-
"_url": "/user/9",
|
|
843
|
-
"level": 3
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"id": 1,
|
|
847
|
-
"mainType": "spot",
|
|
848
|
-
"type": "spot",
|
|
849
|
-
"uri": "spot/1",
|
|
850
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
851
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
852
|
-
"title": "Groupe public",
|
|
853
|
-
"_url": "/group/1",
|
|
854
|
-
"privacy": 1,
|
|
855
|
-
"category": "1"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"id": 2,
|
|
859
|
-
"mainType": "spot",
|
|
860
|
-
"type": "spot",
|
|
861
|
-
"uri": "spot/2",
|
|
862
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
863
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
864
|
-
"title": "Groupe priv\u00e9",
|
|
865
|
-
"_url": "/group/2",
|
|
866
|
-
"privacy": 0,
|
|
867
|
-
"category": "1"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"id": 3,
|
|
871
|
-
"mainType": "spot",
|
|
872
|
-
"type": "spot",
|
|
873
|
-
"uri": "spot/3",
|
|
874
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
875
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
876
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
877
|
-
"_url": "/group/3",
|
|
878
|
-
"privacy": 2,
|
|
879
|
-
"category": "1"
|
|
880
|
-
}
|
|
881
|
-
],
|
|
882
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"id": 81,
|
|
886
|
-
"mainType": "article",
|
|
887
|
-
"type": "mpArticle",
|
|
888
|
-
"uri": "mpArticle/81",
|
|
889
|
-
"dateCreation": "2023-09-19 10:32:46",
|
|
890
|
-
"dateModified": "2023-09-19 10:32:46",
|
|
891
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
892
|
-
"_url": "/article/81",
|
|
893
|
-
"_right": {
|
|
894
|
-
"create": true,
|
|
895
|
-
"read": true,
|
|
896
|
-
"publish": false,
|
|
897
|
-
"administrate": true,
|
|
898
|
-
"update": true,
|
|
899
|
-
"delete": true,
|
|
900
|
-
"comment": true,
|
|
901
|
-
"member": true
|
|
902
|
-
},
|
|
903
|
-
"description": "<div class='content-html'></div>",
|
|
904
|
-
"_user": {
|
|
905
|
-
"id": 4,
|
|
906
|
-
"mainType": "user",
|
|
907
|
-
"type": "user",
|
|
908
|
-
"uri": "user/4",
|
|
909
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
910
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
911
|
-
"title": "Admin1",
|
|
912
|
-
"_url": "/user/4",
|
|
913
|
-
"level": 9
|
|
914
|
-
},
|
|
915
|
-
"_audience": [
|
|
916
|
-
{
|
|
917
|
-
"id": 1,
|
|
918
|
-
"mainType": "user",
|
|
919
|
-
"type": "user",
|
|
920
|
-
"uri": "user/1",
|
|
921
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
922
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
923
|
-
"title": "AdminJenkins",
|
|
924
|
-
"_url": "/user/1",
|
|
925
|
-
"level": 9
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"id": 4,
|
|
929
|
-
"mainType": "user",
|
|
930
|
-
"type": "user",
|
|
931
|
-
"uri": "user/4",
|
|
932
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
933
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
934
|
-
"title": "Admin1",
|
|
935
|
-
"_url": "/user/4",
|
|
936
|
-
"level": 9
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"id": 5,
|
|
940
|
-
"mainType": "user",
|
|
941
|
-
"type": "user",
|
|
942
|
-
"uri": "user/5",
|
|
943
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
944
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
945
|
-
"title": "Admin2",
|
|
946
|
-
"_url": "/user/5",
|
|
947
|
-
"level": 9
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"id": 6,
|
|
951
|
-
"mainType": "user",
|
|
952
|
-
"type": "user",
|
|
953
|
-
"uri": "user/6",
|
|
954
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
955
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
956
|
-
"title": "User1",
|
|
957
|
-
"_url": "/user/6",
|
|
958
|
-
"level": 5
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"id": 7,
|
|
962
|
-
"mainType": "user",
|
|
963
|
-
"type": "user",
|
|
964
|
-
"uri": "user/7",
|
|
965
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
966
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
967
|
-
"title": "User2",
|
|
968
|
-
"_url": "/user/7",
|
|
969
|
-
"level": 5
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"id": 8,
|
|
973
|
-
"mainType": "user",
|
|
974
|
-
"type": "user",
|
|
975
|
-
"uri": "user/8",
|
|
976
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
977
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
978
|
-
"title": "Limited1",
|
|
979
|
-
"_url": "/user/8",
|
|
980
|
-
"level": 3
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"id": 9,
|
|
984
|
-
"mainType": "user",
|
|
985
|
-
"type": "user",
|
|
986
|
-
"uri": "user/9",
|
|
987
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
988
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
989
|
-
"title": "Limited2",
|
|
990
|
-
"_url": "/user/9",
|
|
991
|
-
"level": 3
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"id": 1,
|
|
995
|
-
"mainType": "spot",
|
|
996
|
-
"type": "spot",
|
|
997
|
-
"uri": "spot/1",
|
|
998
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
999
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
1000
|
-
"title": "Groupe public",
|
|
1001
|
-
"_url": "/group/1",
|
|
1002
|
-
"privacy": 1,
|
|
1003
|
-
"category": "1"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"id": 2,
|
|
1007
|
-
"mainType": "spot",
|
|
1008
|
-
"type": "spot",
|
|
1009
|
-
"uri": "spot/2",
|
|
1010
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
1011
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
1012
|
-
"title": "Groupe priv\u00e9",
|
|
1013
|
-
"_url": "/group/2",
|
|
1014
|
-
"privacy": 0,
|
|
1015
|
-
"category": "1"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"id": 3,
|
|
1019
|
-
"mainType": "spot",
|
|
1020
|
-
"type": "spot",
|
|
1021
|
-
"uri": "spot/3",
|
|
1022
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
1023
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
1024
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
1025
|
-
"_url": "/group/3",
|
|
1026
|
-
"privacy": 2,
|
|
1027
|
-
"category": "1"
|
|
1028
|
-
}
|
|
1029
|
-
],
|
|
1030
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"id": 57,
|
|
1034
|
-
"mainType": "article",
|
|
1035
|
-
"type": "mpArticle",
|
|
1036
|
-
"uri": "mpArticle/57",
|
|
1037
|
-
"dateCreation": "2023-09-19 10:24:11",
|
|
1038
|
-
"dateModified": "2023-09-19 10:24:11",
|
|
1039
|
-
"title": "Article for testObjectListArticleAudienceList",
|
|
1040
|
-
"_url": "/article/57",
|
|
1041
|
-
"_right": {
|
|
1042
|
-
"create": true,
|
|
1043
|
-
"read": true,
|
|
1044
|
-
"publish": false,
|
|
1045
|
-
"administrate": true,
|
|
1046
|
-
"update": true,
|
|
1047
|
-
"delete": true,
|
|
1048
|
-
"comment": true,
|
|
1049
|
-
"member": true
|
|
1050
|
-
},
|
|
1051
|
-
"description": "<div class='content-html'></div>",
|
|
1052
|
-
"_user": {
|
|
1053
|
-
"id": 4,
|
|
1054
|
-
"mainType": "user",
|
|
1055
|
-
"type": "user",
|
|
1056
|
-
"uri": "user/4",
|
|
1057
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
1058
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
1059
|
-
"title": "Admin1",
|
|
1060
|
-
"_url": "/user/4",
|
|
1061
|
-
"level": 9
|
|
1062
|
-
},
|
|
1063
|
-
"_audience": [
|
|
1064
|
-
{
|
|
1065
|
-
"id": 1,
|
|
1066
|
-
"mainType": "user",
|
|
1067
|
-
"type": "user",
|
|
1068
|
-
"uri": "user/1",
|
|
1069
|
-
"dateCreation": "2019-03-26 16:29:33",
|
|
1070
|
-
"dateModified": "2019-07-19 09:39:23",
|
|
1071
|
-
"title": "AdminJenkins",
|
|
1072
|
-
"_url": "/user/1",
|
|
1073
|
-
"level": 9
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"id": 4,
|
|
1077
|
-
"mainType": "user",
|
|
1078
|
-
"type": "user",
|
|
1079
|
-
"uri": "user/4",
|
|
1080
|
-
"dateCreation": "2019-07-09 15:48:26",
|
|
1081
|
-
"dateModified": "2019-07-09 15:51:24",
|
|
1082
|
-
"title": "Admin1",
|
|
1083
|
-
"_url": "/user/4",
|
|
1084
|
-
"level": 9
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
"id": 5,
|
|
1088
|
-
"mainType": "user",
|
|
1089
|
-
"type": "user",
|
|
1090
|
-
"uri": "user/5",
|
|
1091
|
-
"dateCreation": "2019-07-09 15:48:45",
|
|
1092
|
-
"dateModified": "2019-07-09 15:51:16",
|
|
1093
|
-
"title": "Admin2",
|
|
1094
|
-
"_url": "/user/5",
|
|
1095
|
-
"level": 9
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"id": 6,
|
|
1099
|
-
"mainType": "user",
|
|
1100
|
-
"type": "user",
|
|
1101
|
-
"uri": "user/6",
|
|
1102
|
-
"dateCreation": "2019-07-09 15:49:06",
|
|
1103
|
-
"dateModified": "2019-07-09 15:51:35",
|
|
1104
|
-
"title": "User1",
|
|
1105
|
-
"_url": "/user/6",
|
|
1106
|
-
"level": 5
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"id": 7,
|
|
1110
|
-
"mainType": "user",
|
|
1111
|
-
"type": "user",
|
|
1112
|
-
"uri": "user/7",
|
|
1113
|
-
"dateCreation": "2019-07-09 15:49:25",
|
|
1114
|
-
"dateModified": "2019-07-09 15:51:50",
|
|
1115
|
-
"title": "User2",
|
|
1116
|
-
"_url": "/user/7",
|
|
1117
|
-
"level": 5
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"id": 8,
|
|
1121
|
-
"mainType": "user",
|
|
1122
|
-
"type": "user",
|
|
1123
|
-
"uri": "user/8",
|
|
1124
|
-
"dateCreation": "2019-07-09 15:50:15",
|
|
1125
|
-
"dateModified": "2019-07-09 15:52:00",
|
|
1126
|
-
"title": "Limited1",
|
|
1127
|
-
"_url": "/user/8",
|
|
1128
|
-
"level": 3
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"id": 9,
|
|
1132
|
-
"mainType": "user",
|
|
1133
|
-
"type": "user",
|
|
1134
|
-
"uri": "user/9",
|
|
1135
|
-
"dateCreation": "2019-07-09 15:50:52",
|
|
1136
|
-
"dateModified": "2019-07-09 15:52:09",
|
|
1137
|
-
"title": "Limited2",
|
|
1138
|
-
"_url": "/user/9",
|
|
1139
|
-
"level": 3
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"id": 1,
|
|
1143
|
-
"mainType": "spot",
|
|
1144
|
-
"type": "spot",
|
|
1145
|
-
"uri": "spot/1",
|
|
1146
|
-
"dateCreation": "2019-07-18 18:36:24",
|
|
1147
|
-
"dateModified": "2023-09-21 15:12:25",
|
|
1148
|
-
"title": "Groupe public",
|
|
1149
|
-
"_url": "/group/1",
|
|
1150
|
-
"privacy": 1,
|
|
1151
|
-
"category": "1"
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"id": 2,
|
|
1155
|
-
"mainType": "spot",
|
|
1156
|
-
"type": "spot",
|
|
1157
|
-
"uri": "spot/2",
|
|
1158
|
-
"dateCreation": "2019-07-18 18:36:38",
|
|
1159
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
1160
|
-
"title": "Groupe priv\u00e9",
|
|
1161
|
-
"_url": "/group/2",
|
|
1162
|
-
"privacy": 0,
|
|
1163
|
-
"category": "1"
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"id": 3,
|
|
1167
|
-
"mainType": "spot",
|
|
1168
|
-
"type": "spot",
|
|
1169
|
-
"uri": "spot/3",
|
|
1170
|
-
"dateCreation": "2019-07-19 09:35:53",
|
|
1171
|
-
"dateModified": "2023-09-21 11:40:53",
|
|
1172
|
-
"title": "Groupe mod\u00e9r\u00e9",
|
|
1173
|
-
"_url": "/group/3",
|
|
1174
|
-
"privacy": 2,
|
|
1175
|
-
"category": "1"
|
|
1176
|
-
}
|
|
1177
|
-
],
|
|
1178
|
-
"_extend": { "descriptionSecure": "<div class=\"content-html\"></div>\n", "comments": [] }
|
|
1179
|
-
},
|
|
1180
146
|
{
|
|
1181
147
|
"id": 2,
|
|
1182
148
|
"mainType": "article",
|
|
@@ -1193,7 +159,7 @@
|
|
|
1193
159
|
"administrate": true,
|
|
1194
160
|
"update": true,
|
|
1195
161
|
"delete": true,
|
|
1196
|
-
"comment":
|
|
162
|
+
"comment": false,
|
|
1197
163
|
"member": true
|
|
1198
164
|
},
|
|
1199
165
|
"description": "<div class='content-html'></div>",
|
|
@@ -1215,7 +181,7 @@
|
|
|
1215
181
|
"type": "spot",
|
|
1216
182
|
"uri": "spot/1",
|
|
1217
183
|
"dateCreation": "2019-07-18 18:36:24",
|
|
1218
|
-
"dateModified": "2023-
|
|
184
|
+
"dateModified": "2023-11-21 15:03:21",
|
|
1219
185
|
"title": "Groupe public",
|
|
1220
186
|
"_url": "/group/1",
|
|
1221
187
|
"privacy": 1,
|