API – WiFi Access Log
Introduction
The WiFi access log object includes WiFi access log of outdoor wireless access points. The earliest data traces back to May 2019 and the data is refreshed in at least 10 minutes.
API Reference
WiFi Access Log Data Dictionary
Field | Type | Indexed | Description | Example |
---|---|---|---|---|
dateTime | date | Yes | Datetime for WiFi access of a device. | "dateTime": "2019-07-14T20:04:28+08:00" |
apName | string | Yes | Identity for the WiFi access point. | "apName": "RC3-W-1" |
clientStatus | string | Yes | Status of access:
| "clientStatus": "Auth success" |
hashID | string | Yes | Hashed ID representing the device connected to WiFi, same device got same hashID within the same day. | "hashID": "90c2bd045f119337b6ea139bda80a07c" |
oui | string | Yes | An OUI (Organizationally Unique Identifier) which identifies a vendor or manufacturer of the device connected to WiFi . | "oui": "Xiaomi Communications Co Ltd" |
apLatitude | double | No | Latitude of the WiFi access point. | "apLatitude": "22.1304658968915" |
apLongitude | double | No | Longitude of the WiFi access point. | "apLongitude": "113.541480476353" |