Get the group list of an account
https://api.sciener.com/v3/group/list
1. Description
| Name |
Type |
Required |
Description |
| clientId |
String |
Y |
The app_id which is assigned by system when you create an application |
| accessToken |
String |
Y |
Access token |
| date |
Long |
Y |
Current time (timestamp in millisecond) |
2.Response
| Parameter |
Type |
Description |
| list |
JSONArray |
Record list |
The objects of the returning data
| Parameter |
Type |
Description |
| groupId |
Int |
Group id |
| name |
String |
Group name |