https://api.sciener.com/v3/standaloneDoorSensor/listDoorSensorUser
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxx51curl --location -g --request POST 'https://api.sciener.com/v3/standaloneDoorSensor/listDoorSensorUser' \2--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \3--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \4--data-urlencode 'doorSensorId=100123' \5--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| doorSensorId | Int | Y | door sensor ID |
| searchStr | String | N | Query Username |
| date | Long | Y | Current time (timestamp, in milliseconds) |
| Parameter | Type | Description |
|---|---|---|
| list | JSONObject | list |
objects in the list
| Parameter | Type | Description |
|---|---|---|
| id | Int | Share ID |
| username | String | Name |
xxxxxxxxxx81{2"list": [3{4"id": 264,5"username": "1"6}7]8}