https://api.sciener.com/v3/group/list
xxxxxxxxxxcurl --location -g --request GET 'https://api.sciener.com/v3/group/list?clientId=fd2ff35ee3d8424c8665c07b7b9a7f45&accessToken=780f7671b6e6be3010d9787f19207aca&date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| orderBy | Int | Y | Sort by: 0-by name, 1-reverse order by time, 2-reverse order by name |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| list | JSONArray | list of records |
The objects in the list
| Parameter | Type | Description |
|---|---|---|
| groupId | Int | Group ID |
| name | String | Group name |
xxxxxxxxxx{"list": [{"groupId": 1342,"name":"The 4th floor"}]}