@xmobitea/gn-typescript-client 2.6.8-tsc → 2.6.9-tsc
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/LICENSE +198 -5
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +0 -1
- package/dist/runtime/entity/models/CharacterPlayerModels.js +1 -5
- package/dist/runtime/entity/models/DashboardModels.d.ts +7 -7
- package/dist/runtime/entity/models/DashboardModels.js +2 -2
- package/dist/runtime/entity/models/GroupModels.d.ts +0 -1
- package/dist/runtime/entity/models/GroupModels.js +0 -4
- package/dist/runtime/entity/models/MultiplayerModels.d.ts +1 -1
- package/package.json +2 -2
- package/responseModel/chatgpt/Authenticate.json +724 -0
- package/responseModel/chatgpt/CharacterPlayer.json +1890 -0
- package/responseModel/chatgpt/CloudScript.json +254 -0
- package/responseModel/chatgpt/Content.json +273 -0
- package/responseModel/chatgpt/Dashboard.json +4110 -0
- package/responseModel/chatgpt/GamePlayer.json +2306 -0
- package/responseModel/chatgpt/Generic.json +253 -0
- package/responseModel/chatgpt/Group.json +1509 -0
- package/responseModel/chatgpt/Inventory.json +1211 -0
- package/responseModel/chatgpt/MasterPlayer.json +3801 -0
- package/responseModel/chatgpt/Multiplayer.json +634 -0
- package/responseModel/chatgpt/StoreInventory.json +1099 -0
- package/responseModel/clients/AuthenticateModels.json +271 -0
- package/responseModel/clients/CharacterPlayerModels.json +792 -0
- package/responseModel/clients/CloudScriptModels.json +191 -0
- package/responseModel/clients/ContentModels.json +178 -0
- package/responseModel/clients/DashboardModels.json +5423 -0
- package/responseModel/clients/GamePlayerModels.json +781 -0
- package/responseModel/clients/GenericModels.json +344 -0
- package/responseModel/clients/GroupModels.json +705 -0
- package/responseModel/clients/InventoryModels.json +568 -0
- package/responseModel/clients/MasterPlayerModels.json +1281 -0
- package/responseModel/clients/MultiplayerModels.json +439 -0
- package/responseModel/clients/StoreInventoryModels.json +971 -0
- package/responseModel/finalChatgpt/Authenticate.json +1475 -0
- package/responseModel/finalChatgpt/CharacterPlayer.json +4104 -0
- package/responseModel/finalChatgpt/CloudScript.json +515 -0
- package/responseModel/finalChatgpt/Content.json +536 -0
- package/responseModel/finalChatgpt/Dashboard.json +6712 -0
- package/responseModel/finalChatgpt/GamePlayer.json +5142 -0
- package/responseModel/finalChatgpt/Generic.json +333 -0
- package/responseModel/finalChatgpt/Group.json +3232 -0
- package/responseModel/finalChatgpt/Inventory.json +2606 -0
- package/responseModel/finalChatgpt/MasterPlayer.json +8385 -0
- package/responseModel/finalChatgpt/Multiplayer.json +1196 -0
- package/responseModel/finalChatgpt/StoreInventory.json +2085 -0
- package/responseModel/finals/Authenticate.json +1460 -0
- package/responseModel/finals/CharacterPlayer.json +3639 -0
- package/responseModel/finals/CloudScript.json +465 -0
- package/responseModel/finals/Content.json +479 -0
- package/responseModel/finals/Dashboard.json +6718 -0
- package/responseModel/finals/GamePlayer.json +4291 -0
- package/responseModel/finals/Generic.json +345 -0
- package/responseModel/finals/Group.json +2885 -0
- package/responseModel/finals/Inventory.json +2309 -0
- package/responseModel/finals/MasterPlayer.json +7018 -0
- package/responseModel/finals/Multiplayer.json +1082 -0
- package/responseModel/finals/StoreInventory.json +1979 -0
- package/responseModel/finalsShort/Authenticate.json +723 -0
- package/responseModel/finalsShort/CharacterPlayer.json +1889 -0
- package/responseModel/finalsShort/CloudScript.json +253 -0
- package/responseModel/finalsShort/Content.json +272 -0
- package/responseModel/finalsShort/Dashboard.json +4109 -0
- package/responseModel/finalsShort/GamePlayer.json +2305 -0
- package/responseModel/finalsShort/Generic.json +252 -0
- package/responseModel/finalsShort/Group.json +1508 -0
- package/responseModel/finalsShort/Inventory.json +1210 -0
- package/responseModel/finalsShort/MasterPlayer.json +3800 -0
- package/responseModel/finalsShort/Multiplayer.json +633 -0
- package/responseModel/finalsShort/StoreInventory.json +1098 -0
- package/responseModel/operationResponse/AuthenticateResponseModels.json +77 -0
- package/responseModel/operationResponse/CharacterPlayerResponseModels.json +217 -0
- package/responseModel/operationResponse/CloudScriptResponseModels.json +25 -0
- package/responseModel/operationResponse/ContentResponseModels.json +33 -0
- package/responseModel/operationResponse/DashboardResponseModels.json +109 -0
- package/responseModel/operationResponse/GamePlayerResponseModels.json +213 -0
- package/responseModel/operationResponse/GroupResponseModels.json +165 -0
- package/responseModel/operationResponse/InventoryResponseModels.json +141 -0
- package/responseModel/operationResponse/MasterPlayerResponseModels.json +349 -0
- package/responseModel/operationResponse/MultiplayerResponseModels.json +45 -0
- package/responseModel/operationResponse/StoreInventoryResponseModels.json +61 -0
- package/responseModel/servers/Authenticate.json +1328 -0
- package/responseModel/servers/CharacterPlayer.json +3199 -0
- package/responseModel/servers/CloudScript.json +278 -0
- package/responseModel/servers/Content.json +324 -0
- package/responseModel/servers/GamePlayer.json +3844 -0
- package/responseModel/servers/Group.json +2454 -0
- package/responseModel/servers/Inventory.json +1964 -0
- package/responseModel/servers/MasterAdmin.json +5569 -0
- package/responseModel/servers/MasterPlayer.json +5924 -0
- package/responseModel/servers/Multiplayer.json +545 -0
- package/responseModel/servers/StoreInventory.json +1290 -0
|
@@ -0,0 +1,1509 @@
|
|
|
1
|
+
{
|
|
2
|
+
"requestType": "Group",
|
|
3
|
+
"description": "API endpoints for managing player groups, including membership, group inventory, virtual currencies, statistics, custom data, and messaging.",
|
|
4
|
+
"operations": [
|
|
5
|
+
{
|
|
6
|
+
"operationCode": "AddMember",
|
|
7
|
+
"details": [
|
|
8
|
+
{
|
|
9
|
+
"role": "Client",
|
|
10
|
+
"requestData": [
|
|
11
|
+
{
|
|
12
|
+
"code": "UserId",
|
|
13
|
+
"description": "Unique identifier of the player to be added, removed, or referenced in group operations.",
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"code": "GroupId",
|
|
18
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
19
|
+
"type": "string"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"description": "Add a new member to an existing player group."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"operationCode": "AddSegment",
|
|
28
|
+
"details": [
|
|
29
|
+
{
|
|
30
|
+
"role": "Client",
|
|
31
|
+
"requestData": [
|
|
32
|
+
{
|
|
33
|
+
"code": "GroupId",
|
|
34
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": "Value",
|
|
39
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"description": "Assign a segment tag to the specified group."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"operationCode": "ChangeGroupCurrency",
|
|
49
|
+
"details": [
|
|
50
|
+
{
|
|
51
|
+
"role": "Client",
|
|
52
|
+
"requestData": [
|
|
53
|
+
{
|
|
54
|
+
"code": "GroupId",
|
|
55
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"code": "GroupCurrencies",
|
|
60
|
+
"description": "List of currency modifications to apply to the group account.",
|
|
61
|
+
"type": "Array<GroupCurrencyParam>"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"code": "Log",
|
|
65
|
+
"description": "Optional message or metadata explaining the reason for the update.",
|
|
66
|
+
"type": "string"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"description": "Modify the virtual currency balance for the group."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"operationCode": "ChangeGroupStatistics",
|
|
75
|
+
"details": [
|
|
76
|
+
{
|
|
77
|
+
"role": "Client",
|
|
78
|
+
"requestData": [
|
|
79
|
+
{
|
|
80
|
+
"code": "GroupId",
|
|
81
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"code": "GroupStatistics",
|
|
86
|
+
"description": "List of group statistics and their intended modifications.",
|
|
87
|
+
"type": "Array<GroupStatisticsParam>"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"code": "Log",
|
|
91
|
+
"description": "Optional message or metadata explaining the reason for the update.",
|
|
92
|
+
"type": "string"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"description": "Update one or more statistics associated with the group."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"operationCode": "CreateGroupItem",
|
|
101
|
+
"details": [
|
|
102
|
+
{
|
|
103
|
+
"role": "Client",
|
|
104
|
+
"requestData": [
|
|
105
|
+
{
|
|
106
|
+
"code": "GroupId",
|
|
107
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"code": "CatalogId",
|
|
112
|
+
"description": "Identifier of the item catalog used for inventory operations.",
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"code": "ClassId",
|
|
117
|
+
"description": "ClassId parameter.",
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"code": "DisplayName",
|
|
122
|
+
"description": "The display name of the group shown in listings and leaderboards.",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"defaultValue": "\"\""
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"code": "Amount",
|
|
128
|
+
"description": "Amount parameter.",
|
|
129
|
+
"type": "number",
|
|
130
|
+
"defaultValue": "1"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"description": "Add a new item to the group’s inventory."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"operationCode": "GetAvatar",
|
|
139
|
+
"details": [
|
|
140
|
+
{
|
|
141
|
+
"role": "Client",
|
|
142
|
+
"requestData": [
|
|
143
|
+
{
|
|
144
|
+
"code": "GroupId",
|
|
145
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
146
|
+
"type": "string"
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"description": "Retrieve the avatar image of the group."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"operationCode": "GetCatalogId",
|
|
155
|
+
"details": [
|
|
156
|
+
{
|
|
157
|
+
"role": "Client",
|
|
158
|
+
"requestData": [
|
|
159
|
+
{
|
|
160
|
+
"code": "GroupId",
|
|
161
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
162
|
+
"type": "string"
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"description": "Retrieve the catalog ID currently associated with the group."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"operationCode": "GetCreateLeaderboard",
|
|
171
|
+
"details": [
|
|
172
|
+
{
|
|
173
|
+
"role": "Client",
|
|
174
|
+
"requestData": [
|
|
175
|
+
{
|
|
176
|
+
"code": "InfoRequestParam",
|
|
177
|
+
"description": "InfoRequestParam parameter.",
|
|
178
|
+
"type": "InfoRequestParam"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"code": "Skip",
|
|
182
|
+
"description": "Skip parameter.",
|
|
183
|
+
"type": "number",
|
|
184
|
+
"defaultValue": "0"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"code": "Limit",
|
|
188
|
+
"description": "Limit parameter.",
|
|
189
|
+
"type": "number",
|
|
190
|
+
"defaultValue": "10"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"code": "LoadFromCache",
|
|
194
|
+
"description": "LoadFromCache parameter.",
|
|
195
|
+
"type": "boolean",
|
|
196
|
+
"defaultValue": "true"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"description": "Get leaderboard data ranked by group creation timestamps."
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"operationCode": "GetCurrencyLeaderboard",
|
|
205
|
+
"details": [
|
|
206
|
+
{
|
|
207
|
+
"role": "Client",
|
|
208
|
+
"requestData": [
|
|
209
|
+
{
|
|
210
|
+
"code": "Key",
|
|
211
|
+
"description": "Key parameter.",
|
|
212
|
+
"type": "string"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"code": "InfoRequestParam",
|
|
216
|
+
"description": "InfoRequestParam parameter.",
|
|
217
|
+
"type": "InfoRequestParam"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"code": "Skip",
|
|
221
|
+
"description": "Skip parameter.",
|
|
222
|
+
"type": "number",
|
|
223
|
+
"defaultValue": "0"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"code": "Limit",
|
|
227
|
+
"description": "Limit parameter.",
|
|
228
|
+
"type": "number",
|
|
229
|
+
"defaultValue": "10"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"code": "LoadFromCache",
|
|
233
|
+
"description": "LoadFromCache parameter.",
|
|
234
|
+
"type": "boolean",
|
|
235
|
+
"defaultValue": "true"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"code": "CatalogId",
|
|
239
|
+
"description": "Identifier of the item catalog used for inventory operations.",
|
|
240
|
+
"type": "string"
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"description": "Retrieve leaderboard ranked by group currency balances."
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"operationCode": "GetCurrencyLog",
|
|
249
|
+
"details": [
|
|
250
|
+
{
|
|
251
|
+
"role": "Client",
|
|
252
|
+
"requestData": [
|
|
253
|
+
{
|
|
254
|
+
"code": "Keys",
|
|
255
|
+
"description": "List of keys used to access specific custom data entries.",
|
|
256
|
+
"type": "Array<string>"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"code": "GroupId",
|
|
260
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"code": "Limit",
|
|
265
|
+
"description": "Limit parameter.",
|
|
266
|
+
"type": "number",
|
|
267
|
+
"defaultValue": "10"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"code": "Token",
|
|
271
|
+
"description": "Token parameter.",
|
|
272
|
+
"type": "string"
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"description": "Fetch historical logs of group currency transactions."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"operationCode": "GetCustomData",
|
|
281
|
+
"details": [
|
|
282
|
+
{
|
|
283
|
+
"role": "Client",
|
|
284
|
+
"requestData": [
|
|
285
|
+
{
|
|
286
|
+
"code": "GroupId",
|
|
287
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
288
|
+
"type": "string"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"code": "CustomDataKeys",
|
|
292
|
+
"description": "CustomDataKeys parameter.",
|
|
293
|
+
"type": "Array<string>"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"description": "Retrieve key-value custom data entries defined for the group."
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"operationCode": "GetDisplayName",
|
|
302
|
+
"details": [
|
|
303
|
+
{
|
|
304
|
+
"role": "Client",
|
|
305
|
+
"requestData": [
|
|
306
|
+
{
|
|
307
|
+
"code": "GroupId",
|
|
308
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
309
|
+
"type": "string"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"description": "Fetch the display name associated with the group."
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"operationCode": "GetGroupCurrency",
|
|
318
|
+
"details": [
|
|
319
|
+
{
|
|
320
|
+
"role": "Client",
|
|
321
|
+
"requestData": [
|
|
322
|
+
{
|
|
323
|
+
"code": "GroupId",
|
|
324
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
325
|
+
"type": "string"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"code": "GroupCurrencyKeys",
|
|
329
|
+
"description": "GroupCurrencyKeys parameter.",
|
|
330
|
+
"type": "Array<string>"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"description": "Retrieve the current virtual currency balances of the group."
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"operationCode": "GetGroupData",
|
|
339
|
+
"details": [
|
|
340
|
+
{
|
|
341
|
+
"role": "Client",
|
|
342
|
+
"requestData": [
|
|
343
|
+
{
|
|
344
|
+
"code": "GroupId",
|
|
345
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
346
|
+
"type": "string"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"code": "GroupDataKeys",
|
|
350
|
+
"description": "GroupDataKeys parameter.",
|
|
351
|
+
"type": "Array<string>"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"description": "Retrieve key-value data entries stored under the group profile."
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"operationCode": "GetGroupInformation",
|
|
360
|
+
"details": [
|
|
361
|
+
{
|
|
362
|
+
"role": "Client",
|
|
363
|
+
"requestData": [
|
|
364
|
+
{
|
|
365
|
+
"code": "GroupId",
|
|
366
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"code": "InfoRequestParam",
|
|
371
|
+
"description": "InfoRequestParam parameter.",
|
|
372
|
+
"type": "InfoRequestParam"
|
|
373
|
+
}
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"description": "Fetch detailed metadata and profile fields associated with the group."
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"operationCode": "GetGroupInventory",
|
|
381
|
+
"details": [
|
|
382
|
+
{
|
|
383
|
+
"role": "Client",
|
|
384
|
+
"requestData": [
|
|
385
|
+
{
|
|
386
|
+
"code": "GroupId",
|
|
387
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"code": "ItemCatalogIds",
|
|
392
|
+
"description": "ItemCatalogIds parameter.",
|
|
393
|
+
"type": "Array<string>"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"description": "Retrieve a list of items currently held in the group's inventory."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"operationCode": "GetGroupMessage",
|
|
402
|
+
"details": [
|
|
403
|
+
{
|
|
404
|
+
"role": "Client",
|
|
405
|
+
"requestData": [
|
|
406
|
+
{
|
|
407
|
+
"code": "GroupId",
|
|
408
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"code": "Skip",
|
|
413
|
+
"description": "Skip parameter.",
|
|
414
|
+
"type": "number",
|
|
415
|
+
"defaultValue": "0"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"code": "Limit",
|
|
419
|
+
"description": "Limit parameter.",
|
|
420
|
+
"type": "number",
|
|
421
|
+
"defaultValue": "10"
|
|
422
|
+
}
|
|
423
|
+
]
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"description": "Retrieve a specific message sent to or by the group."
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"operationCode": "GetGroupStatistics",
|
|
430
|
+
"details": [
|
|
431
|
+
{
|
|
432
|
+
"role": "Client",
|
|
433
|
+
"requestData": [
|
|
434
|
+
{
|
|
435
|
+
"code": "GroupId",
|
|
436
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
437
|
+
"type": "string"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"code": "StatisticsKeys",
|
|
441
|
+
"description": "StatisticsKeys parameter.",
|
|
442
|
+
"type": "Array<string>"
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"description": "Retrieve statistical data associated with the group."
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"operationCode": "GetGroupsWithDisplayName",
|
|
451
|
+
"details": [
|
|
452
|
+
{
|
|
453
|
+
"role": "Client",
|
|
454
|
+
"requestData": [
|
|
455
|
+
{
|
|
456
|
+
"code": "Keyword",
|
|
457
|
+
"description": "Keyword parameter.",
|
|
458
|
+
"type": "string"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"code": "InfoRequestParam",
|
|
462
|
+
"description": "InfoRequestParam parameter.",
|
|
463
|
+
"type": "InfoRequestParam"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"code": "Skip",
|
|
467
|
+
"description": "Skip parameter.",
|
|
468
|
+
"type": "number",
|
|
469
|
+
"defaultValue": "0"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"code": "Limit",
|
|
473
|
+
"description": "Limit parameter.",
|
|
474
|
+
"type": "number",
|
|
475
|
+
"defaultValue": "10"
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
"description": "Search for groups whose display names match a given pattern."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"operationCode": "GetGroupsWithSegment",
|
|
484
|
+
"details": [
|
|
485
|
+
{
|
|
486
|
+
"role": "Client",
|
|
487
|
+
"requestData": [
|
|
488
|
+
{
|
|
489
|
+
"code": "Value",
|
|
490
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
491
|
+
"type": "string"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"code": "InfoRequestParam",
|
|
495
|
+
"description": "InfoRequestParam parameter.",
|
|
496
|
+
"type": "InfoRequestParam"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"code": "Skip",
|
|
500
|
+
"description": "Skip parameter.",
|
|
501
|
+
"type": "number",
|
|
502
|
+
"defaultValue": "0"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"code": "Limit",
|
|
506
|
+
"description": "Limit parameter.",
|
|
507
|
+
"type": "number",
|
|
508
|
+
"defaultValue": "10"
|
|
509
|
+
}
|
|
510
|
+
]
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"description": "List all groups assigned to a particular segment."
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"operationCode": "GetGroupsWithTag",
|
|
517
|
+
"details": [
|
|
518
|
+
{
|
|
519
|
+
"role": "Client",
|
|
520
|
+
"requestData": [
|
|
521
|
+
{
|
|
522
|
+
"code": "Key",
|
|
523
|
+
"description": "Key parameter.",
|
|
524
|
+
"type": "string"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"code": "Value",
|
|
528
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"code": "InfoRequestParam",
|
|
533
|
+
"description": "InfoRequestParam parameter.",
|
|
534
|
+
"type": "InfoRequestParam"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"code": "Skip",
|
|
538
|
+
"description": "Skip parameter.",
|
|
539
|
+
"type": "number",
|
|
540
|
+
"defaultValue": "0"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"code": "Limit",
|
|
544
|
+
"description": "Limit parameter.",
|
|
545
|
+
"type": "number",
|
|
546
|
+
"defaultValue": "10"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"description": "Return a list of groups that share a specific tag."
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"operationCode": "GetMembers",
|
|
555
|
+
"details": [
|
|
556
|
+
{
|
|
557
|
+
"role": "Client",
|
|
558
|
+
"requestData": [
|
|
559
|
+
{
|
|
560
|
+
"code": "GroupId",
|
|
561
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
562
|
+
"type": "string"
|
|
563
|
+
}
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"description": "Retrieve a list of all members currently in the group."
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"operationCode": "GetRemoveStatus",
|
|
571
|
+
"details": [
|
|
572
|
+
{
|
|
573
|
+
"role": "Client",
|
|
574
|
+
"requestData": [
|
|
575
|
+
{
|
|
576
|
+
"code": "GroupId",
|
|
577
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
578
|
+
"type": "string"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"description": "Check whether the group is flagged for removal."
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"operationCode": "GetSegment",
|
|
587
|
+
"details": [
|
|
588
|
+
{
|
|
589
|
+
"role": "Client",
|
|
590
|
+
"requestData": [
|
|
591
|
+
{
|
|
592
|
+
"code": "GroupId",
|
|
593
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
594
|
+
"type": "string"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"description": "Retrieve all available group segment definitions."
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"operationCode": "GetStatisticsLeaderboardAroundGroup",
|
|
603
|
+
"details": [
|
|
604
|
+
{
|
|
605
|
+
"role": "Client",
|
|
606
|
+
"requestData": [
|
|
607
|
+
{
|
|
608
|
+
"code": "GroupId",
|
|
609
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
610
|
+
"type": "string"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"code": "Key",
|
|
614
|
+
"description": "Key parameter.",
|
|
615
|
+
"type": "string"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"code": "InfoRequestParam",
|
|
619
|
+
"description": "InfoRequestParam parameter.",
|
|
620
|
+
"type": "InfoRequestParam"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"code": "Skip",
|
|
624
|
+
"description": "Skip parameter.",
|
|
625
|
+
"type": "number",
|
|
626
|
+
"defaultValue": "0"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"code": "Limit",
|
|
630
|
+
"description": "Limit parameter.",
|
|
631
|
+
"type": "number",
|
|
632
|
+
"defaultValue": "10"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"code": "LoadFromCache",
|
|
636
|
+
"description": "LoadFromCache parameter.",
|
|
637
|
+
"type": "boolean",
|
|
638
|
+
"defaultValue": "true"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"code": "CatalogId",
|
|
642
|
+
"description": "Identifier of the item catalog used for inventory operations.",
|
|
643
|
+
"type": "string"
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"description": "Get a leaderboard centered around the group’s rank for a specific statistic."
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"operationCode": "GetStatisticsLeaderboard",
|
|
652
|
+
"details": [
|
|
653
|
+
{
|
|
654
|
+
"role": "Client",
|
|
655
|
+
"requestData": [
|
|
656
|
+
{
|
|
657
|
+
"code": "Key",
|
|
658
|
+
"description": "Key parameter.",
|
|
659
|
+
"type": "string"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"code": "InfoRequestParam",
|
|
663
|
+
"description": "InfoRequestParam parameter.",
|
|
664
|
+
"type": "InfoRequestParam"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"code": "Skip",
|
|
668
|
+
"description": "Skip parameter.",
|
|
669
|
+
"type": "number",
|
|
670
|
+
"defaultValue": "0"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"code": "Limit",
|
|
674
|
+
"description": "Limit parameter.",
|
|
675
|
+
"type": "number",
|
|
676
|
+
"defaultValue": "10"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"code": "LoadFromCache",
|
|
680
|
+
"description": "LoadFromCache parameter.",
|
|
681
|
+
"type": "boolean",
|
|
682
|
+
"defaultValue": "true"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"code": "Version",
|
|
686
|
+
"description": "Version parameter.",
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"code": "CatalogId",
|
|
691
|
+
"description": "Identifier of the item catalog used for inventory operations.",
|
|
692
|
+
"type": "string"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"description": "Return the full leaderboard for a group-specific statistic."
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"operationCode": "GetStatisticsLog",
|
|
701
|
+
"details": [
|
|
702
|
+
{
|
|
703
|
+
"role": "Client",
|
|
704
|
+
"requestData": [
|
|
705
|
+
{
|
|
706
|
+
"code": "Keys",
|
|
707
|
+
"description": "List of keys used to access specific custom data entries.",
|
|
708
|
+
"type": "Array<string>"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"code": "GroupId",
|
|
712
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
713
|
+
"type": "string"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"code": "Limit",
|
|
717
|
+
"description": "Limit parameter.",
|
|
718
|
+
"type": "number",
|
|
719
|
+
"defaultValue": "10"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"code": "Token",
|
|
723
|
+
"description": "Token parameter.",
|
|
724
|
+
"type": "string"
|
|
725
|
+
}
|
|
726
|
+
]
|
|
727
|
+
}
|
|
728
|
+
],
|
|
729
|
+
"description": "Fetch a history of statistic modifications made to the group."
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"operationCode": "GetTag",
|
|
733
|
+
"details": [
|
|
734
|
+
{
|
|
735
|
+
"role": "Client",
|
|
736
|
+
"requestData": [
|
|
737
|
+
{
|
|
738
|
+
"code": "GroupId",
|
|
739
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
740
|
+
"type": "string"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"code": "TagKeys",
|
|
744
|
+
"description": "TagKeys parameter.",
|
|
745
|
+
"type": "Array<string>"
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"description": "List all tags currently associated with the group."
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"operationCode": "GetTsCreate",
|
|
754
|
+
"details": [
|
|
755
|
+
{
|
|
756
|
+
"role": "Client",
|
|
757
|
+
"requestData": [
|
|
758
|
+
{
|
|
759
|
+
"code": "GroupId",
|
|
760
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
761
|
+
"type": "string"
|
|
762
|
+
}
|
|
763
|
+
]
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"description": "Retrieve the timestamp when the group was created."
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"operationCode": "RemoveGroupItem",
|
|
770
|
+
"details": [
|
|
771
|
+
{
|
|
772
|
+
"role": "Client",
|
|
773
|
+
"requestData": [
|
|
774
|
+
{
|
|
775
|
+
"code": "GroupId",
|
|
776
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
777
|
+
"type": "string"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"code": "ItemId",
|
|
781
|
+
"description": "ID of the item to be created, modified, or removed in the group inventory.",
|
|
782
|
+
"type": "string"
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"description": "Delete a specific item from the group's inventory."
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"operationCode": "RemoveMember",
|
|
791
|
+
"details": [
|
|
792
|
+
{
|
|
793
|
+
"role": "Client",
|
|
794
|
+
"requestData": [
|
|
795
|
+
{
|
|
796
|
+
"code": "UserId",
|
|
797
|
+
"description": "Unique identifier of the player to be added, removed, or referenced in group operations.",
|
|
798
|
+
"type": "string"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"code": "GroupId",
|
|
802
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
803
|
+
"type": "string"
|
|
804
|
+
}
|
|
805
|
+
]
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"description": "Remove a member from the group."
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"operationCode": "RemoveSegment",
|
|
812
|
+
"details": [
|
|
813
|
+
{
|
|
814
|
+
"role": "Client",
|
|
815
|
+
"requestData": [
|
|
816
|
+
{
|
|
817
|
+
"code": "GroupId",
|
|
818
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"code": "Value",
|
|
823
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
824
|
+
"type": "string"
|
|
825
|
+
}
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
],
|
|
829
|
+
"description": "Remove a segment tag previously assigned to the group."
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"operationCode": "RemoveTag",
|
|
833
|
+
"details": [
|
|
834
|
+
{
|
|
835
|
+
"role": "Client",
|
|
836
|
+
"requestData": [
|
|
837
|
+
{
|
|
838
|
+
"code": "GroupId",
|
|
839
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
840
|
+
"type": "string"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"code": "Key",
|
|
844
|
+
"description": "Key parameter.",
|
|
845
|
+
"type": "string"
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"description": "Delete a tag previously associated with the group."
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"operationCode": "SendGroupMessage",
|
|
854
|
+
"details": [
|
|
855
|
+
{
|
|
856
|
+
"role": "Client",
|
|
857
|
+
"requestData": [
|
|
858
|
+
{
|
|
859
|
+
"code": "SenderId",
|
|
860
|
+
"description": "SenderId parameter.",
|
|
861
|
+
"type": "string"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"code": "GroupId",
|
|
865
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"code": "Message",
|
|
870
|
+
"description": "Text or structured message content to be delivered to the group.",
|
|
871
|
+
"type": "string"
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"description": "Send a message to all or specific members of the group."
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"operationCode": "SetAvatar",
|
|
880
|
+
"details": [
|
|
881
|
+
{
|
|
882
|
+
"role": "Client",
|
|
883
|
+
"requestData": [
|
|
884
|
+
{
|
|
885
|
+
"code": "GroupId",
|
|
886
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
887
|
+
"type": "string"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"code": "Type",
|
|
891
|
+
"description": "Type parameter.",
|
|
892
|
+
"type": "number"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"code": "Value",
|
|
896
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
897
|
+
"type": "string"
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"description": "Update the group’s avatar image."
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"operationCode": "SetCustomData",
|
|
906
|
+
"details": [
|
|
907
|
+
{
|
|
908
|
+
"role": "Client",
|
|
909
|
+
"requestData": [
|
|
910
|
+
{
|
|
911
|
+
"code": "GroupId",
|
|
912
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
913
|
+
"type": "string"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"code": "CustomDatas",
|
|
917
|
+
"description": "CustomDatas parameter.",
|
|
918
|
+
"type": "Array<CustomDataParam>"
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"description": "Create or update custom key-value data entries for the group."
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"operationCode": "SetDisplayName",
|
|
927
|
+
"details": [
|
|
928
|
+
{
|
|
929
|
+
"role": "Client",
|
|
930
|
+
"requestData": [
|
|
931
|
+
{
|
|
932
|
+
"code": "GroupId",
|
|
933
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
934
|
+
"type": "string"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"code": "DisplayName",
|
|
938
|
+
"description": "The display name of the group shown in listings and leaderboards.",
|
|
939
|
+
"type": "string"
|
|
940
|
+
}
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"description": "Change the display name associated with the group."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"operationCode": "SetGroupData",
|
|
948
|
+
"details": [
|
|
949
|
+
{
|
|
950
|
+
"role": "Client",
|
|
951
|
+
"requestData": [
|
|
952
|
+
{
|
|
953
|
+
"code": "GroupId",
|
|
954
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
955
|
+
"type": "string"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"code": "GroupDatas",
|
|
959
|
+
"description": "GroupDatas parameter.",
|
|
960
|
+
"type": "Array<GroupDataParam>"
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"description": "Modify or replace structured key-value data for the group."
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"operationCode": "SetRemoveStatus",
|
|
969
|
+
"details": [
|
|
970
|
+
{
|
|
971
|
+
"role": "Client",
|
|
972
|
+
"requestData": [
|
|
973
|
+
{
|
|
974
|
+
"code": "GroupId",
|
|
975
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
976
|
+
"type": "string"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"code": "Reason",
|
|
980
|
+
"description": "Reason parameter.",
|
|
981
|
+
"type": "string",
|
|
982
|
+
"defaultValue": "\"\""
|
|
983
|
+
}
|
|
984
|
+
]
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"description": "Mark the group for deletion or cancel a previous remove request."
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"operationCode": "SetTag",
|
|
991
|
+
"details": [
|
|
992
|
+
{
|
|
993
|
+
"role": "Client",
|
|
994
|
+
"requestData": [
|
|
995
|
+
{
|
|
996
|
+
"code": "GroupId",
|
|
997
|
+
"description": "Unique identifier of the group targeted by the request.",
|
|
998
|
+
"type": "string"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"code": "Key",
|
|
1002
|
+
"description": "Key parameter.",
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"code": "Value",
|
|
1007
|
+
"description": "The segment or tag value to be assigned to the group.",
|
|
1008
|
+
"type": "string"
|
|
1009
|
+
}
|
|
1010
|
+
]
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"description": "Assign a tag to the group for organizational or filtering purposes."
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"models": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "CustomDataParam",
|
|
1019
|
+
"details": [
|
|
1020
|
+
{
|
|
1021
|
+
"code": "Key",
|
|
1022
|
+
"description": "Name of the key used for storing custom or structured data.",
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"code": "Value",
|
|
1027
|
+
"description": "Value assigned to the key in structured or custom data.",
|
|
1028
|
+
"type": "any"
|
|
1029
|
+
}
|
|
1030
|
+
],
|
|
1031
|
+
"description": "Represents a key-value pair used for storing custom data on a group profile."
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "GroupCurrencyParam",
|
|
1035
|
+
"details": [
|
|
1036
|
+
{
|
|
1037
|
+
"code": "Key",
|
|
1038
|
+
"description": "Name of the key used for storing custom or structured data.",
|
|
1039
|
+
"type": "string"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"code": "Amount",
|
|
1043
|
+
"description": "Amount of currency to add or remove.",
|
|
1044
|
+
"type": "number"
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"description": "Defines a currency type and amount to be modified in the group's balance."
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "GroupDataParam",
|
|
1051
|
+
"details": [
|
|
1052
|
+
{
|
|
1053
|
+
"code": "Key",
|
|
1054
|
+
"description": "Name of the key used for storing custom or structured data.",
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"code": "Value",
|
|
1059
|
+
"description": "Value assigned to the key in structured or custom data.",
|
|
1060
|
+
"type": "any"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"description": "Represents a structured key-value entry stored on the group profile."
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "GroupMemberParam",
|
|
1067
|
+
"details": [
|
|
1068
|
+
{
|
|
1069
|
+
"code": "UserId",
|
|
1070
|
+
"description": "Unique identifier for a group member or user.",
|
|
1071
|
+
"type": "string"
|
|
1072
|
+
}
|
|
1073
|
+
],
|
|
1074
|
+
"description": "Identifies a player to be added to or removed from the group."
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "GroupStatisticsParam",
|
|
1078
|
+
"details": [
|
|
1079
|
+
{
|
|
1080
|
+
"code": "Key",
|
|
1081
|
+
"description": "Name of the key used for storing custom or structured data.",
|
|
1082
|
+
"type": "string"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"code": "Value",
|
|
1086
|
+
"description": "Value assigned to the key in structured or custom data.",
|
|
1087
|
+
"type": "number"
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"description": "Defines a statistic name and the value to be updated or set for a group."
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "InfoRequestParam",
|
|
1094
|
+
"details": [
|
|
1095
|
+
{
|
|
1096
|
+
"code": "CatalogId",
|
|
1097
|
+
"description": "CatalogId field in InfoRequestParam.",
|
|
1098
|
+
"type": "boolean",
|
|
1099
|
+
"defaultValue": "false"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"code": "Members",
|
|
1103
|
+
"description": "Members field in InfoRequestParam.",
|
|
1104
|
+
"type": "boolean",
|
|
1105
|
+
"defaultValue": "false"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"code": "RemoveStatus",
|
|
1109
|
+
"description": "RemoveStatus field in InfoRequestParam.",
|
|
1110
|
+
"type": "boolean",
|
|
1111
|
+
"defaultValue": "false"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"code": "Segments",
|
|
1115
|
+
"description": "Include group segments in the response.",
|
|
1116
|
+
"type": "boolean",
|
|
1117
|
+
"defaultValue": "false"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"code": "CustomDatas",
|
|
1121
|
+
"description": "Include custom key-value data in the response.",
|
|
1122
|
+
"type": "boolean",
|
|
1123
|
+
"defaultValue": "false"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"code": "DisplayName",
|
|
1127
|
+
"description": "Include the group’s display name in the response.",
|
|
1128
|
+
"type": "boolean",
|
|
1129
|
+
"defaultValue": "false"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"code": "Avatar",
|
|
1133
|
+
"description": "Include the group’s avatar reference or URL.",
|
|
1134
|
+
"type": "boolean",
|
|
1135
|
+
"defaultValue": "false"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"code": "TsCreate",
|
|
1139
|
+
"description": "Include the timestamp of group creation.",
|
|
1140
|
+
"type": "boolean",
|
|
1141
|
+
"defaultValue": "false"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"code": "Tags",
|
|
1145
|
+
"description": "Include tags assigned to the group.",
|
|
1146
|
+
"type": "boolean",
|
|
1147
|
+
"defaultValue": "false"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"code": "GroupCurrencies",
|
|
1151
|
+
"description": "Include current virtual currency balances of the group.",
|
|
1152
|
+
"type": "boolean",
|
|
1153
|
+
"defaultValue": "false"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"code": "GroupStatistics",
|
|
1157
|
+
"description": "Include statistics stored on the group profile.",
|
|
1158
|
+
"type": "boolean",
|
|
1159
|
+
"defaultValue": "false"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"code": "GroupDatas",
|
|
1163
|
+
"description": "GroupDatas field in InfoRequestParam.",
|
|
1164
|
+
"type": "boolean",
|
|
1165
|
+
"defaultValue": "false"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"code": "GroupInventories",
|
|
1169
|
+
"description": "GroupInventories field in InfoRequestParam.",
|
|
1170
|
+
"type": "boolean",
|
|
1171
|
+
"defaultValue": "false"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"code": "GroupDataKeys",
|
|
1175
|
+
"description": "GroupDataKeys field in InfoRequestParam.",
|
|
1176
|
+
"type": "Array<string>"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"code": "GroupCurrencyKeys",
|
|
1180
|
+
"description": "GroupCurrencyKeys field in InfoRequestParam.",
|
|
1181
|
+
"type": "Array<string>"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"code": "GroupStatisticsKeys",
|
|
1185
|
+
"description": "GroupStatisticsKeys field in InfoRequestParam.",
|
|
1186
|
+
"type": "Array<string>"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"code": "CustomDataKeys",
|
|
1190
|
+
"description": "CustomDataKeys field in InfoRequestParam.",
|
|
1191
|
+
"type": "Array<string>"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"code": "TagKeys",
|
|
1195
|
+
"description": "TagKeys field in InfoRequestParam.",
|
|
1196
|
+
"type": "Array<string>"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"code": "ItemCatalogIds",
|
|
1200
|
+
"description": "ItemCatalogIds field in InfoRequestParam.",
|
|
1201
|
+
"type": "Array<string>"
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"description": "Flags to specify which optional fields should be included in the group response."
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "InfoResponseParameters",
|
|
1208
|
+
"details": [
|
|
1209
|
+
{
|
|
1210
|
+
"code": "CatalogId",
|
|
1211
|
+
"description": "CatalogId field in InfoResponseParameters.",
|
|
1212
|
+
"type": "string"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"code": "Members",
|
|
1216
|
+
"description": "Members field in InfoResponseParameters.",
|
|
1217
|
+
"type": "Array<GenericModels.MemberItem>"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"code": "RemoveStatus",
|
|
1221
|
+
"description": "RemoveStatus field in InfoResponseParameters.",
|
|
1222
|
+
"type": "GenericModels.RemoveStatusItem"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"code": "Segments",
|
|
1226
|
+
"description": "Include group segments in the response.",
|
|
1227
|
+
"type": "Array<string>"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"code": "CustomDatas",
|
|
1231
|
+
"description": "Include custom key-value data in the response.",
|
|
1232
|
+
"type": "Array<GenericModels.DataItem>"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"code": "DisplayName",
|
|
1236
|
+
"description": "Include the group’s display name in the response.",
|
|
1237
|
+
"type": "string"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"code": "Avatar",
|
|
1241
|
+
"description": "Include the group’s avatar reference or URL.",
|
|
1242
|
+
"type": "GenericModels.AvatarItem"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"code": "TsCreate",
|
|
1246
|
+
"description": "Include the timestamp of group creation.",
|
|
1247
|
+
"type": "number"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"code": "Tags",
|
|
1251
|
+
"description": "Include tags assigned to the group.",
|
|
1252
|
+
"type": "Array<GenericModels.TagItem>"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"code": "GroupDatas",
|
|
1256
|
+
"description": "GroupDatas field in InfoResponseParameters.",
|
|
1257
|
+
"type": "Array<GenericModels.DataItem>"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"code": "GroupCurrencies",
|
|
1261
|
+
"description": "Include current virtual currency balances of the group.",
|
|
1262
|
+
"type": "Array<GenericModels.CurrencyItem>"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"code": "GroupStatistics",
|
|
1266
|
+
"description": "Include statistics stored on the group profile.",
|
|
1267
|
+
"type": "Array<GenericModels.StatisticsItem>"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"code": "GroupInventories",
|
|
1271
|
+
"description": "GroupInventories field in InfoResponseParameters.",
|
|
1272
|
+
"type": "Array<GenericModels.InventoryItem>"
|
|
1273
|
+
}
|
|
1274
|
+
],
|
|
1275
|
+
"extends": null,
|
|
1276
|
+
"description": "Contains optional metadata fields returned in group data responses."
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "GroupResponseData",
|
|
1280
|
+
"details": [
|
|
1281
|
+
{
|
|
1282
|
+
"code": "InfoResponseParameters",
|
|
1283
|
+
"description": "InfoResponseParameters field in GroupResponseData.",
|
|
1284
|
+
"type": "InfoResponseParameters"
|
|
1285
|
+
}
|
|
1286
|
+
],
|
|
1287
|
+
"extends": null,
|
|
1288
|
+
"description": "Contains detailed information about a single group entity."
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "GroupWithGroupIdResponseData",
|
|
1292
|
+
"details": [
|
|
1293
|
+
{
|
|
1294
|
+
"code": "GroupId",
|
|
1295
|
+
"description": "Unique identifier for the group.",
|
|
1296
|
+
"type": "string"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"code": "InfoResponseParameters",
|
|
1300
|
+
"description": "InfoResponseParameters field in GroupWithGroupIdResponseData.",
|
|
1301
|
+
"type": "InfoResponseParameters"
|
|
1302
|
+
}
|
|
1303
|
+
],
|
|
1304
|
+
"extends": null,
|
|
1305
|
+
"description": "Group profile data resolved using a GroupId query."
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "GroupLeaderboardResponseData",
|
|
1309
|
+
"details": [
|
|
1310
|
+
{
|
|
1311
|
+
"code": "Position",
|
|
1312
|
+
"description": "Position field in GroupLeaderboardResponseData.",
|
|
1313
|
+
"type": "number"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"code": "BackupValue",
|
|
1317
|
+
"description": "BackupValue field in GroupLeaderboardResponseData.",
|
|
1318
|
+
"type": "number"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"code": "GroupId",
|
|
1322
|
+
"description": "Unique identifier for the group.",
|
|
1323
|
+
"type": "string"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"code": "InfoResponseParameters",
|
|
1327
|
+
"description": "InfoResponseParameters field in GroupLeaderboardResponseData.",
|
|
1328
|
+
"type": "InfoResponseParameters"
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"extends": null,
|
|
1332
|
+
"description": "Entry in a leaderboard containing rank and score information for a group."
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "GroupLogResponseData",
|
|
1336
|
+
"details": [
|
|
1337
|
+
{
|
|
1338
|
+
"code": "GroupId",
|
|
1339
|
+
"description": "Unique identifier for the group.",
|
|
1340
|
+
"type": "string"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"code": "TsCreate",
|
|
1344
|
+
"description": "Include the timestamp of group creation.",
|
|
1345
|
+
"type": "number"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"code": "Log",
|
|
1349
|
+
"description": "Log field in GroupLogResponseData.",
|
|
1350
|
+
"type": "string"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"code": "Key",
|
|
1354
|
+
"description": "Name of the key used for storing custom or structured data.",
|
|
1355
|
+
"type": "string"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"code": "Amount",
|
|
1359
|
+
"description": "Amount of currency to add or remove.",
|
|
1360
|
+
"type": "number"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"code": "StartValue",
|
|
1364
|
+
"description": "StartValue field in GroupLogResponseData.",
|
|
1365
|
+
"type": "number"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"code": "FinalValue",
|
|
1369
|
+
"description": "FinalValue field in GroupLogResponseData.",
|
|
1370
|
+
"type": "number"
|
|
1371
|
+
}
|
|
1372
|
+
],
|
|
1373
|
+
"extends": null,
|
|
1374
|
+
"description": "Single record from the group's log history, including timestamp and description."
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "GetStatisticsLeaderboardResponseData",
|
|
1378
|
+
"details": [
|
|
1379
|
+
{
|
|
1380
|
+
"code": "Results",
|
|
1381
|
+
"description": "Results field in GetStatisticsLeaderboardResponseData.",
|
|
1382
|
+
"type": "Array<GroupLeaderboardResponseData>"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"code": "TsCreate",
|
|
1386
|
+
"description": "Include the timestamp of group creation.",
|
|
1387
|
+
"type": "number"
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"extends": null,
|
|
1391
|
+
"description": "Leaderboard entries for a specified statistic across groups."
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "GroupsWithGroupIdResponseData",
|
|
1395
|
+
"details": [
|
|
1396
|
+
{
|
|
1397
|
+
"code": "Results",
|
|
1398
|
+
"description": "Results field in GroupsWithGroupIdResponseData.",
|
|
1399
|
+
"type": "Array<GroupWithGroupIdResponseData>"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"extends": null,
|
|
1403
|
+
"description": "List of groups retrieved based on GroupId filtering."
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "GroupMessageResponseData",
|
|
1407
|
+
"details": [
|
|
1408
|
+
{
|
|
1409
|
+
"code": "Message",
|
|
1410
|
+
"description": "Text content of the message sent or received by the group.",
|
|
1411
|
+
"type": "string"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"code": "SenderId",
|
|
1415
|
+
"description": "SenderId field in GroupMessageResponseData.",
|
|
1416
|
+
"type": "string"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"code": "SenderType",
|
|
1420
|
+
"description": "SenderType field in GroupMessageResponseData.",
|
|
1421
|
+
"type": "number"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"code": "TsCreate",
|
|
1425
|
+
"description": "Include the timestamp of group creation.",
|
|
1426
|
+
"type": "number"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"extends": null,
|
|
1430
|
+
"description": "Represents a single message sent to or by a group."
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "GroupMessagesResponseData",
|
|
1434
|
+
"details": [
|
|
1435
|
+
{
|
|
1436
|
+
"code": "GroupMessages",
|
|
1437
|
+
"description": "GroupMessages field in GroupMessagesResponseData.",
|
|
1438
|
+
"type": "Array<GroupMessageResponseData>"
|
|
1439
|
+
}
|
|
1440
|
+
],
|
|
1441
|
+
"extends": null,
|
|
1442
|
+
"description": "List of all messages associated with a group."
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "GetCurrencyLeaderboardResponseData",
|
|
1446
|
+
"details": [
|
|
1447
|
+
{
|
|
1448
|
+
"code": "Results",
|
|
1449
|
+
"description": "Results field in GetCurrencyLeaderboardResponseData.",
|
|
1450
|
+
"type": "Array<GroupLeaderboardResponseData>"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"extends": null,
|
|
1454
|
+
"description": "Leaderboard entries ranked by group currency balances."
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "GetCreateLeaderboardResponseData",
|
|
1458
|
+
"details": [
|
|
1459
|
+
{
|
|
1460
|
+
"code": "Results",
|
|
1461
|
+
"description": "Results field in GetCreateLeaderboardResponseData.",
|
|
1462
|
+
"type": "Array<GroupLeaderboardResponseData>"
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"extends": null,
|
|
1466
|
+
"description": "Leaderboard entries ranked by group creation times."
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "GetStatisticsLogResponseData",
|
|
1470
|
+
"details": [
|
|
1471
|
+
{
|
|
1472
|
+
"code": "Results",
|
|
1473
|
+
"description": "Results field in GetStatisticsLogResponseData.",
|
|
1474
|
+
"type": "Array<GroupLogResponseData>"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"code": "Token",
|
|
1478
|
+
"description": "Token field in GetStatisticsLogResponseData.",
|
|
1479
|
+
"type": "string"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"extends": null,
|
|
1483
|
+
"description": "Historical records of updates to group statistics."
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "GetCurrencyLogResponseData",
|
|
1487
|
+
"details": [
|
|
1488
|
+
{
|
|
1489
|
+
"code": "Results",
|
|
1490
|
+
"description": "Results field in GetCurrencyLogResponseData.",
|
|
1491
|
+
"type": "Array<GroupLogResponseData>"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"code": "Token",
|
|
1495
|
+
"description": "Token field in GetCurrencyLogResponseData.",
|
|
1496
|
+
"type": "string"
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"extends": null,
|
|
1500
|
+
"description": "History of currency transactions for the group."
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "EmptyResponseData",
|
|
1504
|
+
"details": [],
|
|
1505
|
+
"extends": null,
|
|
1506
|
+
"description": "Empty response returned when no content is needed for success acknowledgment."
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1509
|
+
}
|