The request is intended to receive the list of units groups.
&svc=get_units_groups¶ms={ "id_user": integer }
Parameter | Description |
---|---|
id_user | Unique Id of user |
svc = get_units_groups - will response with full list of available groups. Optional parameter id_user - will response with full list of groups available for specified user.
[ { "id": 28782, // group Id "creator": 24237, // group creator "name": "Группа пользователя sdkTest", // group name "icon": null, // group icon "units": [ 66780, // unit Id ... ] }, ... ]