https://api.sciener.com/v3/wifiLock/catOneDetail
Retrieve network information for Cat1 lock. If it has not been configured with a network, return error code -1.
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxx51curl --location -g --request POST 'https://api.sciener.com/v3/wifiLock/catOneDetail' \2--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \3--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \4--data-urlencode 'lockId=163377' \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 |
| lockId | Int | Y | Lock ID, generated by Lock init |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| isOnline | Int | Online status: 0 - No, 1 - Yes |
| rssiGrade | Int | Signal strength levels: 3 - Strong, 2 - Medium, 1 - Poor, 0 - Unknown |
| catOneNodeId | String | Module number |
| catOneCardNumber | String | Card number |
| catOneOperator | String | For telecom operators, China Mobile, China Telecom, and China Unicom return specific text descriptions, while others return codes. |
| catOneImsi | String | Phone number |
| catOneApn | String | APN |
| overseaCard | Int | Foreign card flag: 1 - Foreign card, 0 - No |
xxxxxxxxxx101{2"isOnline": 1,3"rssiGrade": 3,4"catOneNodeId": "860717087140669",5"catOneCardNumber": "89860833122690003724",6"catOneOperator": "China Mobile",7"catOneImsi": "460240139703824",8"catOneApn": "cmnet",9"overseaCard": 010}