Beacons
Tenant Var Code
OK
Unique string that identifies the beacon
A string with name
A string with Type (Valid types are iBeacon and Eddystone)
A string with UUID
A integer with Major Revision
A integer with Minor Revision
Range in meters
Color of Beacon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when Beacon is shown
If true, Beacon is visible to users in sub-tenants.
GET /V2/{tenantVarCode}/beacons HTTP/1.1
Accept: */*
OK
[
{
"BeaconId": "text",
"Name": "text",
"Type": "text",
"Uuid": "text",
"MajorRevision": 1,
"MinorRevision": 1,
"Range": 1,
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}
]Tenant Var Code
Unique string that identifies the beacon
A string with name
A string with Type (Valid types are iBeacon and Eddystone)
A string with UUID
A integer with Major Revision
A integer with Minor Revision
Range in meters
Color of Beacon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when Beacon is shown
If true, Beacon is visible to users in sub-tenants.
OK
No content
POST /V2/{tenantVarCode}/beacons HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 190
{
"BeaconId": "text",
"Name": "text",
"Type": "text",
"Uuid": "text",
"MajorRevision": 1,
"MinorRevision": 1,
"Range": 1,
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}OK
No content
Tenant Var Code
Beacon Id
OK
Unique string that identifies the beacon
A string with name
A string with Type (Valid types are iBeacon and Eddystone)
A string with UUID
A integer with Major Revision
A integer with Minor Revision
Range in meters
Color of Beacon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when Beacon is shown
If true, Beacon is visible to users in sub-tenants.
GET /V2/{tenantVarCode}/beacons/{beaconId} HTTP/1.1
Accept: */*
OK
{
"BeaconId": "text",
"Name": "text",
"Type": "text",
"Uuid": "text",
"MajorRevision": 1,
"MinorRevision": 1,
"Range": 1,
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}Tenant Var Code
Beacon Id
Unique string that identifies the beacon
A string with name
A string with Type (Valid types are iBeacon and Eddystone)
A string with UUID
A integer with Major Revision
A integer with Minor Revision
Range in meters
Color of Beacon (Supported colors are orange, black, green, blue, red, purple)
Minimum Zoom when Beacon is shown
If true, Beacon is visible to users in sub-tenants.
OK
No content
PUT /V2/{tenantVarCode}/beacons/{beaconId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 190
{
"BeaconId": "text",
"Name": "text",
"Type": "text",
"Uuid": "text",
"MajorRevision": 1,
"MinorRevision": 1,
"Range": 1,
"Color": "text",
"Position": {
"Lat": 1,
"Lon": 1
},
"MinZoom": 1,
"VisibleInSubTenants": true
}OK
No content
Last updated

