Scanning API version 1.0

Location API v1.0 data architecture provides raw presence data without location or device classification.

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||Access Point MAC| |client_mac||Client MAC and Timestamp| |Received Signal Strength Indicator (RSSI)||Received Signal Strength Indicator (RSSI) (subtract 95 to get units in dBm)|

Data Format

{ ap_mac:<string>, client_mac:<string> <timestamp>, rssi:<string> }