API Version 1.0 (deprecated)
There are two data architecture versions available via the Location API. The Location API v1.0 data architecture provides raw presence data without location or device classification. As a client is detected by an access point, the API will report the MAC address of the detecting AP, the client device’s MAC address and signal strength, and a timestamp. The structure of these four (4) main elements is outlined below.
Data Elements
|Name|Format|Description|
|ap_mac|
Data Format
{ ap_mac:<string>, client_mac:<string> <timestamp>, rssi:<string> }