historicalHeatmap
Return historical heatmap for a given time range, max 31 days per request.
Arguments:
- floorId: Filter by Floor Id.
- from: Start of time range.
- to: End of time range.
- [Optional] resolutionCms: Resolution of grid in centimeters. Defaults to 10cms.
historicalHeatmap(
floorId: ID!
from: Date!
to: Date!
resolutionCms: Int
): [HistoricalHeatmapCell!]!
Arguments
historicalHeatmap.floorId ● ID! non-null scalar
historicalHeatmap.from ● Date! non-null scalar
historicalHeatmap.to ● Date! non-null scalar
historicalHeatmap.resolutionCms ● Int scalar
Type
HistoricalHeatmapCell object
Historical Heatmap Cell