BLE Settings
Bluetooth Low Energy (BLE) is used for proximity based services on mobile devices via an application ecosystem. Mojo APs now support the iBeacon BLE standard.
JSON Table
Attribute | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location at which the BLE setting has been configured. For details about the JSON, click Location Id. |
policyType | String | A read-only field for internal use. |
major | int | This is a number that identifies a subset of beacons within a large group defined for a Location in the Mojo Location Hierarchy. Its range is from 0 – 65535. The default value is 0. |
uuid | string | This identifies the beacon. It is defined for a Location in the Mojo Location Hierarchy. The default value of the UUID is a pre-defined random string at the Root location. You can keep this value or generate a new one. |
recursiveApply | boolean |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "BLE_SETTINGS", "major": 12345, "uuid": "01234589-89ab-cdef-0123-456789abcdef", "recursiveApply": false }
API Calls
/V5/policies/blesettings
/V5/policies/blesettings
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}