jamespot-user-api 1.0.13 → 1.0.43

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.
Files changed (175) hide show
  1. package/documentation/.nojekyll +1 -0
  2. package/documentation/assets/highlight.css +50 -0
  3. package/documentation/assets/icons.css +1043 -0
  4. package/documentation/assets/icons.png +0 -0
  5. package/documentation/assets/icons@2x.png +0 -0
  6. package/documentation/assets/main.js +52 -0
  7. package/documentation/assets/search.js +1 -0
  8. package/documentation/assets/style.css +1413 -0
  9. package/documentation/assets/widgets.png +0 -0
  10. package/documentation/assets/widgets@2x.png +0 -0
  11. package/documentation/classes/JApplication.html +1 -0
  12. package/documentation/classes/JApplicationApi.html +30 -0
  13. package/documentation/classes/JArticleApi.html +1 -0
  14. package/documentation/classes/JAudienceApi.html +4 -0
  15. package/documentation/classes/JBaseApi.html +1 -0
  16. package/documentation/classes/JBaseObject.html +4 -0
  17. package/documentation/classes/JBookmark.html +1 -0
  18. package/documentation/classes/JBookmarkApi.html +1 -0
  19. package/documentation/classes/JCommunityApi.html +1 -0
  20. package/documentation/classes/JConcept.html +1 -0
  21. package/documentation/classes/JConceptApi.html +7 -0
  22. package/documentation/classes/JDiapazoneApi.html +1 -0
  23. package/documentation/classes/JFileApi.html +1 -0
  24. package/documentation/classes/JFilebankApi.html +1 -0
  25. package/documentation/classes/JGroupApi.html +12 -0
  26. package/documentation/classes/JLandApi.html +1 -0
  27. package/documentation/classes/JMessengerApi.html +1 -0
  28. package/documentation/classes/JSearchApi.html +18 -0
  29. package/documentation/classes/JUser.html +1 -0
  30. package/documentation/classes/JUserApi.html +17 -0
  31. package/documentation/classes/JWedocApi.html +1 -0
  32. package/documentation/classes/JamespotUserApi.html +6 -0
  33. package/documentation/classes/Network.html +1 -0
  34. package/documentation/enums/JApplicationStatus.html +1 -0
  35. package/documentation/index.html +79 -0
  36. package/documentation/interfaces/ApiError.html +1 -0
  37. package/documentation/interfaces/ApiWrapper.html +1 -0
  38. package/documentation/interfaces/AseiGroups.html +1 -0
  39. package/documentation/interfaces/AseiInstitution.html +1 -0
  40. package/documentation/interfaces/AseiRights.html +1 -0
  41. package/documentation/interfaces/AseiTicket.html +1 -0
  42. package/documentation/interfaces/BaseAutocomplete.html +1 -0
  43. package/documentation/interfaces/BaseMessage.html +1 -0
  44. package/documentation/interfaces/Category.html +1 -0
  45. package/documentation/interfaces/CreateGroup.html +1 -0
  46. package/documentation/interfaces/FileBankProps.html +1 -0
  47. package/documentation/interfaces/FileOption.html +1 -0
  48. package/documentation/interfaces/FolderProps.html +1 -0
  49. package/documentation/interfaces/ListFilterSpec.html +1 -0
  50. package/documentation/interfaces/OF.html +1 -0
  51. package/documentation/interfaces/PagingResults.html +1 -0
  52. package/documentation/interfaces/Result.html +1 -0
  53. package/documentation/interfaces/RootFolderProps.html +1 -0
  54. package/documentation/interfaces/SearchCategoryModel.html +1 -0
  55. package/documentation/interfaces/SearchConfig.html +1 -0
  56. package/documentation/interfaces/SearchFacetModel.html +1 -0
  57. package/documentation/interfaces/SearchFacetValueModel.html +1 -0
  58. package/documentation/interfaces/SearchQuery.html +1 -0
  59. package/documentation/interfaces/SearchQueryFilterModel.html +6 -0
  60. package/documentation/interfaces/SearchQueryOption.html +4 -0
  61. package/documentation/interfaces/SearchQueryResult.html +1 -0
  62. package/documentation/interfaces/SearchQuerySortModel.html +5 -0
  63. package/documentation/interfaces/SearchResultCatProps.html +1 -0
  64. package/documentation/interfaces/SearchResultProps.html +1 -0
  65. package/documentation/interfaces/SpotProps.html +1 -0
  66. package/documentation/interfaces/Taxonomy.html +1 -0
  67. package/documentation/interfaces/TaxonomyCreate.html +1 -0
  68. package/documentation/interfaces/TmpApplication.html +1 -0
  69. package/documentation/interfaces/TmpUser.html +1 -0
  70. package/documentation/interfaces/UserModel.html +1 -0
  71. package/documentation/modules.html +1 -0
  72. package/lib/jamespot-user-api.js +1 -1
  73. package/lib/jamespot-user-api.js.map +1 -1
  74. package/lib/src/apis/application.d.ts +60 -0
  75. package/lib/src/apis/article.d.ts +38 -0
  76. package/lib/src/apis/asei.d.ts +25 -0
  77. package/lib/src/apis/audience.d.ts +9 -0
  78. package/lib/src/apis/base.d.ts +5 -0
  79. package/lib/src/apis/bookmark.d.ts +21 -0
  80. package/lib/src/apis/community.d.ts +9 -0
  81. package/lib/src/apis/concept.d.ts +10 -0
  82. package/lib/src/apis/diapazone.d.ts +8 -0
  83. package/lib/src/apis/file.d.ts +5 -0
  84. package/lib/src/apis/filebank.d.ts +34 -0
  85. package/lib/src/apis/group.d.ts +16 -0
  86. package/lib/src/apis/index.d.ts +17 -0
  87. package/lib/src/apis/jamespotUserApi.d.ts +47 -0
  88. package/lib/src/apis/jland.d.ts +24 -0
  89. package/lib/src/apis/messenger.d.ts +6 -0
  90. package/lib/src/apis/search.d.ts +47 -0
  91. package/lib/src/apis/taxonomy.d.ts +9 -0
  92. package/lib/src/apis/user.d.ts +27 -0
  93. package/lib/src/apis/wedoc.d.ts +32 -0
  94. package/lib/src/classes/JApplication.d.ts +16 -0
  95. package/lib/src/classes/JBaseObject.d.ts +15 -0
  96. package/lib/src/classes/JBookmark.d.ts +16 -0
  97. package/lib/src/classes/JConcept.d.ts +3 -0
  98. package/lib/src/classes/JDiapazone.d.ts +16 -0
  99. package/lib/src/classes/JFile.d.ts +13 -0
  100. package/lib/src/classes/JUser.d.ts +4 -0
  101. package/lib/src/classes/index.d.ts +5 -0
  102. package/lib/src/index.d.ts +13 -0
  103. package/lib/src/indexMock.d.ts +9 -0
  104. package/lib/src/mock/windowMock.d.ts +9 -0
  105. package/lib/src/types/asei.d.ts +28 -0
  106. package/lib/src/types/autocomplete.d.ts +16 -0
  107. package/lib/src/types/group.d.ts +22 -0
  108. package/lib/src/types/index.d.ts +7 -0
  109. package/lib/src/types/listWrapper.d.ts +6 -0
  110. package/lib/src/types/search.d.ts +96 -0
  111. package/lib/src/types/taxonomy.d.ts +46 -0
  112. package/lib/src/types/user.d.ts +14 -0
  113. package/lib/src/types/utils.d.ts +56 -0
  114. package/lib/src/util/network.d.ts +23 -0
  115. package/package.json +1 -1
  116. package/src/apis/application.ts +132 -0
  117. package/src/apis/article.ts +74 -0
  118. package/src/apis/asei.ts +73 -0
  119. package/src/apis/audience.ts +18 -0
  120. package/src/apis/base.ts +9 -0
  121. package/src/apis/bookmark.ts +110 -0
  122. package/src/apis/community.ts +20 -0
  123. package/src/apis/concept.ts +31 -0
  124. package/src/apis/diapazone.ts +65 -0
  125. package/src/apis/file.ts +14 -0
  126. package/src/apis/filebank.ts +50 -0
  127. package/src/apis/group.ts +48 -0
  128. package/src/apis/index.ts +17 -0
  129. package/src/apis/jamespotUserApi.ts +69 -0
  130. package/src/apis/jland.ts +51 -0
  131. package/src/apis/messenger.ts +25 -0
  132. package/src/apis/search.ts +85 -0
  133. package/src/apis/taxonomy.ts +30 -0
  134. package/src/apis/user.ts +53 -0
  135. package/src/apis/wedoc.ts +77 -0
  136. package/src/classes/JApplication.ts +55 -0
  137. package/src/classes/JBaseObject.ts +64 -0
  138. package/src/classes/JBookmark.ts +44 -0
  139. package/src/classes/JConcept.ts +3 -0
  140. package/src/classes/JDiapazone.ts +42 -0
  141. package/src/classes/JFile.ts +37 -0
  142. package/src/classes/JUser.ts +7 -0
  143. package/src/classes/index.ts +5 -0
  144. package/src/index.ts +21 -0
  145. package/src/indexMock.ts +17 -0
  146. package/src/mock/data/autocomplete/audience/data.json +191 -0
  147. package/src/mock/data/autocomplete/community/data.json +47 -0
  148. package/src/mock/data/autocomplete/taxonomy/data.json +35 -0
  149. package/src/mock/data/autocomplete/user/data.json +107 -0
  150. package/src/mock/data/bookmarks/addBookmark/data.json +54 -0
  151. package/src/mock/data/bookmarks/addLink/data.json +63 -0
  152. package/src/mock/data/bookmarks/bookmarkList/data.json +271 -0
  153. package/src/mock/data/bookmarks/delete/data.json +12 -0
  154. package/src/mock/data/community/sendRequest/data.json +12 -0
  155. package/src/mock/data/file/create/data.json +18 -0
  156. package/src/mock/data/messenger/newMessage/data.json +47 -0
  157. package/src/mock/data/misc/tokenCSRF/data.json +7 -0
  158. package/src/mock/data/search/getConfig/data.json +318 -0
  159. package/src/mock/data/search/lastQueries/data.json +7 -0
  160. package/src/mock/data/search/proposition/data.json +125 -0
  161. package/src/mock/data/spot/create/data.json +7 -0
  162. package/src/mock/data/spot/get-available-widget/data.json +56 -0
  163. package/src/mock/data/spot/get-categories/data.json +28 -0
  164. package/src/mock/data/user/signIn/data.json +197 -0
  165. package/src/mock/windowMock.ts +113 -0
  166. package/src/types/asei.ts +33 -0
  167. package/src/types/autocomplete.ts +17 -0
  168. package/src/types/group.ts +27 -0
  169. package/src/types/index.ts +7 -0
  170. package/src/types/listWrapper.ts +6 -0
  171. package/src/types/search.ts +105 -0
  172. package/src/types/taxonomy.ts +47 -0
  173. package/src/types/user.ts +14 -0
  174. package/src/types/utils.ts +66 -0
  175. package/src/util/network.ts +96 -0
@@ -0,0 +1,318 @@
1
+ {
2
+ "o": "search",
3
+ "f": "getConfig",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "home": {
8
+ "facets": [
9
+ {
10
+ "field": "tag_2",
11
+ "title": "Compétences",
12
+ "facetType": "facet",
13
+ "facetOptions": [],
14
+ "type": "user"
15
+ },
16
+ {
17
+ "field": "businessNetworkingBusinessLine",
18
+ "title": "Secteur d'activité",
19
+ "facetType": "facet",
20
+ "facetOptions": [],
21
+ "type": "businessNetworking"
22
+ },
23
+ {
24
+ "field": "businessNetworkingHostCountry",
25
+ "title": "Pays d'implantation",
26
+ "facetType": "facet",
27
+ "facetOptions": [],
28
+ "type": "businessNetworking"
29
+ },
30
+ {
31
+ "field": "__sec__",
32
+ "title": "Audience",
33
+ "facetType": "facet",
34
+ "facetOptions": []
35
+ },
36
+ {
37
+ "field": "dateCreation",
38
+ "title": "Date",
39
+ "facetType": "facetQuery",
40
+ "facetOptions": {
41
+ "[NOW-1DAY TO *]": {
42
+ "ressource": "SEARCH_Facet_Day",
43
+ "value": "[NOW-1DAY TO *]"
44
+ },
45
+ "[NOW/DAY-7DAY TO NOW]": {
46
+ "ressource": "SEARCH_Facet_Week",
47
+ "value": "[NOW/DAY-7DAY TO NOW]"
48
+ },
49
+ "[NOW/DAY-1MONTH TO NOW]": {
50
+ "ressource": "SEARCH_Facet_Month",
51
+ "value": "[NOW/DAY-1MONTH TO NOW]"
52
+ },
53
+ "[NOW/DAY-1YEAR TO NOW]": {
54
+ "ressource": "SEARCH_Facet_Year",
55
+ "value": "[NOW/DAY-1YEAR TO NOW]"
56
+ },
57
+ "[* TO NOW/DAY-1YEAR]": {
58
+ "ressource": "SEARCH_Facet_More_Year",
59
+ "value": "[* TO NOW/DAY-1YEAR]"
60
+ }
61
+ }
62
+ }
63
+ ]
64
+ },
65
+ "categories": [
66
+ {
67
+ "id": "user",
68
+ "mainType": "user",
69
+ "type": "user",
70
+ "title": "Utilisateur",
71
+ "facets": [
72
+ {
73
+ "field": "tag_2",
74
+ "title": "Compétences",
75
+ "facetType": "facet",
76
+ "facetOptions": []
77
+ },
78
+ {
79
+ "field": "dateCreation",
80
+ "title": "Date",
81
+ "facetType": "facetQuery",
82
+ "facetOptions": {
83
+ "[NOW-1DAY TO *]": {
84
+ "ressource": "SEARCH_Facet_Day",
85
+ "value": "[NOW-1DAY TO *]"
86
+ },
87
+ "[NOW/DAY-7DAY TO NOW]": {
88
+ "ressource": "SEARCH_Facet_Week",
89
+ "value": "[NOW/DAY-7DAY TO NOW]"
90
+ },
91
+ "[NOW/DAY-1MONTH TO NOW]": {
92
+ "ressource": "SEARCH_Facet_Month",
93
+ "value": "[NOW/DAY-1MONTH TO NOW]"
94
+ },
95
+ "[NOW/DAY-1YEAR TO NOW]": {
96
+ "ressource": "SEARCH_Facet_Year",
97
+ "value": "[NOW/DAY-1YEAR TO NOW]"
98
+ },
99
+ "[* TO NOW/DAY-1YEAR]": {
100
+ "ressource": "SEARCH_Facet_More_Year",
101
+ "value": "[* TO NOW/DAY-1YEAR]"
102
+ }
103
+ }
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "id": "article-businessNetworking",
109
+ "mainType": "article",
110
+ "type": "businessNetworking",
111
+ "title": "Fiche entreprise",
112
+ "facets": [
113
+ {
114
+ "field": "businessNetworkingBusinessLine",
115
+ "title": "Secteur d'activité",
116
+ "facetType": "facet",
117
+ "facetOptions": []
118
+ },
119
+ {
120
+ "field": "tag_5",
121
+ "title": "Type d'entreprise",
122
+ "facetType": "facet",
123
+ "facetOptions": []
124
+ },
125
+ {
126
+ "field": "businessNetworkingHostCountry",
127
+ "title": "Pays d'implantation",
128
+ "facetType": "facet",
129
+ "facetOptions": []
130
+ },
131
+ {
132
+ "field": "dateCreation",
133
+ "title": "Date",
134
+ "facetType": "facetQuery",
135
+ "facetOptions": {
136
+ "[NOW-1DAY TO *]": {
137
+ "ressource": "SEARCH_Facet_Day",
138
+ "value": "[NOW-1DAY TO *]"
139
+ },
140
+ "[NOW/DAY-7DAY TO NOW]": {
141
+ "ressource": "SEARCH_Facet_Week",
142
+ "value": "[NOW/DAY-7DAY TO NOW]"
143
+ },
144
+ "[NOW/DAY-1MONTH TO NOW]": {
145
+ "ressource": "SEARCH_Facet_Month",
146
+ "value": "[NOW/DAY-1MONTH TO NOW]"
147
+ },
148
+ "[NOW/DAY-1YEAR TO NOW]": {
149
+ "ressource": "SEARCH_Facet_Year",
150
+ "value": "[NOW/DAY-1YEAR TO NOW]"
151
+ },
152
+ "[* TO NOW/DAY-1YEAR]": {
153
+ "ressource": "SEARCH_Facet_More_Year",
154
+ "value": "[* TO NOW/DAY-1YEAR]"
155
+ }
156
+ }
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id": "article",
162
+ "mainType": "article",
163
+ "title": "Contenu",
164
+ "typesExcluded": ["businessNetworking"],
165
+ "facets": [
166
+ {
167
+ "field": "__sec__",
168
+ "title": "Audience",
169
+ "facetType": "facet",
170
+ "facetOptions": []
171
+ },
172
+ {
173
+ "field": "dateCreation",
174
+ "title": "Date",
175
+ "facetType": "facetQuery",
176
+ "facetOptions": {
177
+ "[NOW-1DAY TO *]": {
178
+ "ressource": "SEARCH_Facet_Day",
179
+ "value": "[NOW-1DAY TO *]"
180
+ },
181
+ "[NOW/DAY-7DAY TO NOW]": {
182
+ "ressource": "SEARCH_Facet_Week",
183
+ "value": "[NOW/DAY-7DAY TO NOW]"
184
+ },
185
+ "[NOW/DAY-1MONTH TO NOW]": {
186
+ "ressource": "SEARCH_Facet_Month",
187
+ "value": "[NOW/DAY-1MONTH TO NOW]"
188
+ },
189
+ "[NOW/DAY-1YEAR TO NOW]": {
190
+ "ressource": "SEARCH_Facet_Year",
191
+ "value": "[NOW/DAY-1YEAR TO NOW]"
192
+ },
193
+ "[* TO NOW/DAY-1YEAR]": {
194
+ "ressource": "SEARCH_Facet_More_Year",
195
+ "value": "[* TO NOW/DAY-1YEAR]"
196
+ }
197
+ }
198
+ },
199
+ {
200
+ "field": "type",
201
+ "title": "Type",
202
+ "facetType": "facet",
203
+ "facetOptions": {
204
+ "limit": 45
205
+ }
206
+ },
207
+ {
208
+ "field": "__sec__",
209
+ "title": "Audience",
210
+ "facetType": "facet",
211
+ "facetOptions": []
212
+ },
213
+ {
214
+ "field": "dateCreation",
215
+ "title": "Date",
216
+ "facetType": "facetQuery",
217
+ "facetOptions": {
218
+ "[NOW-1DAY TO *]": {
219
+ "ressource": "SEARCH_Facet_Day",
220
+ "value": "[NOW-1DAY TO *]"
221
+ },
222
+ "[NOW/DAY-7DAY TO NOW]": {
223
+ "ressource": "SEARCH_Facet_Week",
224
+ "value": "[NOW/DAY-7DAY TO NOW]"
225
+ },
226
+ "[NOW/DAY-1MONTH TO NOW]": {
227
+ "ressource": "SEARCH_Facet_Month",
228
+ "value": "[NOW/DAY-1MONTH TO NOW]"
229
+ },
230
+ "[NOW/DAY-1YEAR TO NOW]": {
231
+ "ressource": "SEARCH_Facet_Year",
232
+ "value": "[NOW/DAY-1YEAR TO NOW]"
233
+ },
234
+ "[* TO NOW/DAY-1YEAR]": {
235
+ "ressource": "SEARCH_Facet_More_Year",
236
+ "value": "[* TO NOW/DAY-1YEAR]"
237
+ }
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "id": "spot",
244
+ "mainType": "spot",
245
+ "title": "Groupe",
246
+ "typesExcluded": [],
247
+ "facets": [
248
+ {
249
+ "field": "__sec__",
250
+ "title": "Audience",
251
+ "facetType": "facet",
252
+ "facetOptions": []
253
+ },
254
+ {
255
+ "field": "dateCreation",
256
+ "title": "Date",
257
+ "facetType": "facetQuery",
258
+ "facetOptions": {
259
+ "[NOW-1DAY TO *]": {
260
+ "ressource": "SEARCH_Facet_Day",
261
+ "value": "[NOW-1DAY TO *]"
262
+ },
263
+ "[NOW/DAY-7DAY TO NOW]": {
264
+ "ressource": "SEARCH_Facet_Week",
265
+ "value": "[NOW/DAY-7DAY TO NOW]"
266
+ },
267
+ "[NOW/DAY-1MONTH TO NOW]": {
268
+ "ressource": "SEARCH_Facet_Month",
269
+ "value": "[NOW/DAY-1MONTH TO NOW]"
270
+ },
271
+ "[NOW/DAY-1YEAR TO NOW]": {
272
+ "ressource": "SEARCH_Facet_Year",
273
+ "value": "[NOW/DAY-1YEAR TO NOW]"
274
+ },
275
+ "[* TO NOW/DAY-1YEAR]": {
276
+ "ressource": "SEARCH_Facet_More_Year",
277
+ "value": "[* TO NOW/DAY-1YEAR]"
278
+ }
279
+ }
280
+ },
281
+ {
282
+ "field": "__sec__",
283
+ "title": "Audience",
284
+ "facetType": "facet",
285
+ "facetOptions": []
286
+ },
287
+ {
288
+ "field": "dateCreation",
289
+ "title": "Date",
290
+ "facetType": "facetQuery",
291
+ "facetOptions": {
292
+ "[NOW-1DAY TO *]": {
293
+ "ressource": "SEARCH_Facet_Day",
294
+ "value": "[NOW-1DAY TO *]"
295
+ },
296
+ "[NOW/DAY-7DAY TO NOW]": {
297
+ "ressource": "SEARCH_Facet_Week",
298
+ "value": "[NOW/DAY-7DAY TO NOW]"
299
+ },
300
+ "[NOW/DAY-1MONTH TO NOW]": {
301
+ "ressource": "SEARCH_Facet_Month",
302
+ "value": "[NOW/DAY-1MONTH TO NOW]"
303
+ },
304
+ "[NOW/DAY-1YEAR TO NOW]": {
305
+ "ressource": "SEARCH_Facet_Year",
306
+ "value": "[NOW/DAY-1YEAR TO NOW]"
307
+ },
308
+ "[* TO NOW/DAY-1YEAR]": {
309
+ "ressource": "SEARCH_Facet_More_Year",
310
+ "value": "[* TO NOW/DAY-1YEAR]"
311
+ }
312
+ }
313
+ }
314
+ ]
315
+ }
316
+ ]
317
+ }
318
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "search",
3
+ "f": "getLastQueries",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": ["[{\"keywords\":\"test\"},{\"keywords\":\"admin\"},{\"keywords\":\"group\"},{\"keywords\":\"*:*\"}]"]
7
+ }
@@ -0,0 +1,125 @@
1
+ {
2
+ "o": "search",
3
+ "f": "proposition",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": "user",
9
+ "title": "Utilisateur",
10
+ "showAll": true,
11
+ "results": [
12
+ {
13
+ "id": 30,
14
+ "type": "user",
15
+ "mainType": "user",
16
+ "_cssColor": "#a4acaf",
17
+ "_cssClass": "user",
18
+ "uri": "user/30",
19
+ "title": "njara",
20
+ "firstname": "Njara",
21
+ "lastname": "The One",
22
+ "mail": "njara.rakotondrainibe@gmail.com",
23
+ "_url": "/user/30",
24
+ "_values": {
25
+ "dateCreation": "2021-06-16 15:04:18",
26
+ "dateModified": "2021-06-21 15:37:03"
27
+ }
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "id": "article-businessNetworking",
33
+ "title": "Fiche entreprise",
34
+ "showAll": true,
35
+ "results": [
36
+ {
37
+ "id": 67,
38
+ "type": "businessNetworking",
39
+ "uri": "businessNetworking/67",
40
+ "mainType": "article",
41
+ "_cssColor": "#8E58A8",
42
+ "_cssClass": "businessDirectory",
43
+ "title": "React entreprise",
44
+ "_url": "/article/67",
45
+ "_values": {
46
+ "dateCreation": "2021-05-05 16:16:03",
47
+ "dateModified": "2021-08-11 17:39:25"
48
+ }
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "id": "article",
54
+ "title": "Contenu",
55
+ "showAll": true,
56
+ "results": [
57
+ {
58
+ "id": 75,
59
+ "type": "mpSocialFile",
60
+ "uri": "mpSocialFile/75",
61
+ "mainType": "article",
62
+ "_cssColor": "#809c0e",
63
+ "_cssClass": "document",
64
+ "title": "React document",
65
+ "_url": "/article/75",
66
+ "_values": {
67
+ "dateCreation": "2021-05-05 17:15:04",
68
+ "dateModified": "2021-05-05 17:15:04"
69
+ }
70
+ },
71
+ {
72
+ "id": 68,
73
+ "type": "mpArticle",
74
+ "uri": "mpArticle/68",
75
+ "mainType": "article",
76
+ "_cssColor": "#529b60",
77
+ "_cssClass": "article",
78
+ "title": "Test article React",
79
+ "_url": "/article/68",
80
+ "_values": {
81
+ "dateCreation": "2021-05-05 16:49:28",
82
+ "dateModified": "2021-05-05 16:49:28"
83
+ }
84
+ },
85
+ {
86
+ "id": 67,
87
+ "type": "businessNetworking",
88
+ "uri": "businessNetworking/67",
89
+ "mainType": "article",
90
+ "_cssColor": "#8E58A8",
91
+ "_cssClass": "businessDirectory",
92
+ "title": "React entreprise",
93
+ "_url": "/article/67",
94
+ "_values": {
95
+ "dateCreation": "2021-05-05 16:16:03",
96
+ "dateModified": "2021-08-11 17:39:25"
97
+ }
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "id": "spot",
103
+ "title": "Groupe",
104
+ "showAll": true,
105
+ "results": [
106
+ {
107
+ "id": 2,
108
+ "type": "spot",
109
+ "uri": "spot/2",
110
+ "mainType": "spot",
111
+ "_cssColor": "#e34d55",
112
+ "_cssClass": "group",
113
+ "title": "React",
114
+ "_url": "/group/2",
115
+ "_values": {
116
+ "privacy": 0,
117
+ "category": "1",
118
+ "dateCreation": "2021-05-05 15:48:30",
119
+ "dateModified": "2021-05-05 15:48:30"
120
+ }
121
+ }
122
+ ]
123
+ }
124
+ ]
125
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "o": "spot",
3
+ "f": "create",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": "6"
7
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "o": "spot",
3
+ "f": "get-available-widget",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": {
7
+ "board_box": {
8
+ "idWidget": "board_box",
9
+ "title": "Board",
10
+ "url": "",
11
+ "type": "box",
12
+ "icon": "app-icon icon-fs-board",
13
+ "description": "Board description"
14
+ },
15
+ "calendar_box": {
16
+ "idWidget": "calendar_box",
17
+ "title": "Calendar",
18
+ "url": "",
19
+ "type": "box",
20
+ "icon": "app-icon icon-fs-calendar",
21
+ "description": "Calendar description"
22
+ },
23
+ "fbank_box": {
24
+ "idWidget": "fbank_box",
25
+ "title": "Documents",
26
+ "url": "",
27
+ "type": "box",
28
+ "icon": "app-icon icon-fs-filebank",
29
+ "description": "File bank description"
30
+ },
31
+ "question_box": {
32
+ "idWidget": "question_box",
33
+ "title": "Questions \u0026 Answers",
34
+ "url": "",
35
+ "type": "box",
36
+ "icon": "app-icon icon-fs-question",
37
+ "description": "Question description"
38
+ },
39
+ "spot_tags_box": {
40
+ "idWidget": "spot_tags_box",
41
+ "title": "Tags",
42
+ "url": "",
43
+ "type": "box",
44
+ "icon": "icon-tags",
45
+ "description": "Give members the possibility of filtering the contents of the group via a cloud of keywords in the right column."
46
+ },
47
+ "todo_box": {
48
+ "idWidget": "todo_box",
49
+ "title": "Tasks",
50
+ "url": "",
51
+ "type": "box",
52
+ "icon": "app-icon icon-fs-todo",
53
+ "description": "Todo description"
54
+ }
55
+ }
56
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "o": "spot",
3
+ "f": "get-categories",
4
+ "error": 0,
5
+ "messages": [],
6
+ "result": [
7
+ {
8
+ "id": "1",
9
+ "idorder": "1",
10
+ "label": "Non classé"
11
+ },
12
+ {
13
+ "id": "2",
14
+ "idorder": "2",
15
+ "label": "Le bon coin"
16
+ },
17
+ {
18
+ "id": "3",
19
+ "idorder": "3",
20
+ "label": "Le petit coin"
21
+ },
22
+ {
23
+ "id": "4",
24
+ "idorder": "4",
25
+ "label": "Le grand coin"
26
+ }
27
+ ]
28
+ }