Represents a physical beacon device.
The Beacon object
| Name | Type | Mandatory? | Description |
|---|---|---|---|
| createdAt | long | Autogenerated | Creation date (timestamp UTC). |
| updatedAt | long | Autogenerated | Last update time (timestamp UTC). |
| beaconId | string | Autogenerated | Beacon identifier. |
| accountId | string | Yes | Account id. |
| zoneId | string | No | Id of the Zone this Beacon belongs to. |
| config.name | string | Yes | Name of the Beacon. |
| config.description | string | No | Description of the Beacon. |
| config.provider | string | No | Provider of the Beacon. |
| config.code | string | No | 4-digit code used in MOCA/Kontakt.io beacons. Replaces UUID, major and minor. |
| config.uuid | string | Yes | Universally Unique ID of the Beacon. |
| config.major | integer | Yes | Major number of the Beacon. |
| config.minor | integer | Yes | Minor number of the Beacon. |
{
"createdAt": 1492088716569,
"updatedAt": 1492091163757,
"beaconId": "iqfruxiURO2HE4_OhxJ6kg",
"accountId": "TAPFXFowToO4dFsktFzz9Q",
"zoneId": null,
"config": {
"name": "HQ Gate",
"description": "Beacon at HQ building gate",
"provider": "MOCA",
"code": "sHSK",
"uuid": "f7826da6-4fa2-4e98-8024-bc5b71e0893e",
"major": 11236,
"minor": 5795
}
}
