---
title: "Get the device iBeacon setting"
method: GET
path: "/devices/{id}/ibeacon"
tags: ["Device"]
---

# Get the device iBeacon setting

`GET /devices/{id}/ibeacon`

Get the device iBeacon setting by device ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqDeviceIbeacon — The device iBeacon settings.
  - `device_id` integer, required — The device ID.
  - `enabled` boolean — Whether the device beacon is enabled.
  - `major` integer — Identification of a subset of beacons in a geographical venue.
  - `minor` integer — Identification of a beacon in a specific location.
  - `power` integer — The transmission power in dBm.
  - `enable_monitoring` boolean — Whether to enable monitoring, this field has been deprecated but remains for backwards compatability, renamed to 'enable_ble_scan_ibeacon'.
  - `enable_ble_scan_ibeacon` boolean — Whether to enable BLE Scan iBeacon monitoring.
  - `enable_ble_scan_generic` boolean — Whether to enable BLE Scan Generic monitoring.
  - `enable_cloud_reporting` boolean — Whether the device BLE Scan Cloud Reporting is enabled. Default to true for newly enabled device.
  - `enable_batch_reporting` boolean — Whether the device BLE Scan Batch Reporting is enabled. Default to false for newly enabled device.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
