Log In

Overview

Represents a zone in a Place.

The Zone object

NameTypeMandatory?Description
createdAtlongAutogeneratedCreation date (timestamp UTC).
updatedAtlongAutogeneratedLast updated date (timestamp UTC).
zoneIdstringAutogeneratedZone identifier.
placeIdstringYesId of the parent Place.
config.namestringYesName of the Zone.
config.descriptionstringNoDescription of the zone.
config.floorNumberintegerNoFloor number of the Zone.
config.categorystringNoCategory of the Zone.
config.typeenumNoZone type.
Default value: BeaconGroup
Valid values: BeaconGroup, IndoorGeofence
config.providerenumNoZone provider.
Default value: MOCA
Valid values: MOCA, NAO
{
  "createdAt": 1491816253021,
  "updatedAt": 1492010611380,
  "zoneId": "1udDPRkMQrKivHgU8vIyUg",
  "placeId": "rzwbxsgXSRSxqdjSe7xZTQ",
  "config": {
    "name": "HQ Entrance",
    "description": "Building entrance",
    "floorNumber": 0,
    "category": "Entrance",
    "type": "BeaconGroup",
    "provider": "MOCA"
  }
}