...
Type | Name | Required | Description | Schema | Default |
---|---|---|---|---|---|
Path | projectId | YES | The ID of the project, e.g. 111 | int | |
Body | start | YES | The start date of the desired time range, in ISO8601 RFC339Nano format | string | |
Body | end | YES | The end date of the desired time range, in ISO8601 RFC339Nano format | string |
Response
Field Name | Nested Field Name | Description | Schema |
---|---|---|---|
population | The number of unique beacons observed within the requested time range | uint32 | |
compliant | The percentage of unique beacon without any Distance Violations within the requested time range | float | |
violations | The number of distance tracking violations observed within the requested time range | uint32 | |
uniqueDevices | The number of unique devices that have violated a Distance Violation policy within the requested time range | uint32 | |
recent | An array of objects whose fields detail the recent distance violations by hour for the requested time range | []DistanceViolationRollup | |
interval | The rollup interval. Only HOURLY is available for now. | String | |
timestamp | The timestamp of the rollup, formatted according to RFC3339 | String | |
population | The number of unique devices observed within this rollup | uint32 | |
violations | The number of Distance Violations within this rollup | uint32 | |
uniqueViolations | The number of unique devices which had at least one violation within this rollup | uint32 | |
todaysViolations | An array of objects whose fields detail the location and corresponding count of Distance Violations for the requested time range | []DistanceViolationAggregation | |
lat | The latitude of the location of the Distance Violation | double | |
lng | The longitude of the location of the Distance Violation | double | |
count | The amount of Distance Violations at this location | uint32 | |
topViolatingBeacons | An array of objects detailing the amount of Distance Violations per each device for the requested time range, sorted by count, descending | []DistanceViolationBeacon | |
id | The device ID | String | |
violationCount | The amount of Distance Violations | uint32 | |
topViolatingAreas | An array of objects detailing the amount of Distance Violations per each location for the requested time range, sorted by count, descending | []DistanceViolationLocation | |
name | The location name | String | |
id | The location ID | uint64 | |
violationCount | The amount of Distance Violations | uint32 |
Sample Response
|
...