2.1.1 Beacons object
An iBeacon that references a specific drill, course or test.
Example
{
"beacons": [{
"id": "07212ead-8344-4426-8b41-8b0cb621625a_0000_0001",
"proximity": "FAR",
"lingerDuration": "PT5M",
"description": "iBeacon in main hall",
"playable": {
"id": "5x7kjFr2vfbptyUTsTximg",
"type": "DRILL",
"name": "17th Century Painters",
"icon": {
"type": "image/png",
"url": "https://www.drillster.com/bin/feature/a17ab8d1cb2bd2fee8c60037995a30b42d837353"
}
}
}],
"total": 1
}
Fields
Field | Type | Description |
---|---|---|
beacons required |
List of 2.1.1 Beacon objects | The list of beacons. |
total required |
Integer | The number of beacons. |
Last updated on