occupancyPerMinute
Return occupancy aggregated by one minute for a given time range, max one day per request. Occupancy is not available until 6am the following day in the Buildings timezone
Arguments:
- [Optional] buildingId: Filter by Building Id.
- [Optional] floorId: Filter by Floor Id.
- [Optional] floorIds: Filter by collection of Floor Ids. Must all belong to one Building.
- [Optional] floorSpaceId: Filter by Floor Space Id.
- [Optional] floorSpaceIds: Filter by collection of Floor Space Ids. Must all belong to one Building.
- [Optional] spaceTypeId: Filter by Space Type Id. Must also provide buildingId, floorId(s), and/or floorSpaceId(s).
- [Optional] spaceTypeIds: Filter by collection of Space Type Ids. Must also provide buildingId, floorId(s), and/or floorSpaceId(s).
- [Optional] globalSpaceCategoryId: Filter by Global Space Category Id. Must also provide buildingId, floorId(s), and/or floorSpaceId(s).
- [Optional] globalSpaceCategoryIds: Filter by collection of Global Space Category Ids. Must also provide buildingId, floorId(s), and/or floorSpaceId(s).
- [Optional] minOccupiedDurationSeconds: Filter by minimum occupied duration in seconds. Must also provide buildingId, floorId(s), and/or floorSpaceId(s).
- [Optional] skip: Skip N results (default 0).
- [Optional] take: Take N results (default 10000).
- from: Start of time range.
- to: End of time range.
occupancyPerMinute(
from: Date!
to: Date!
buildingId: ID
floorId: ID
floorIds: [ID!]
floorSpaceId: ID
floorSpaceIds: [ID!]
spaceTypeId: ID
spaceTypeIds: [ID!]
globalSpaceCategoryId: ID
globalSpaceCategoryIds: [ID!]
minOccupiedDurationSeconds: Int
skip: Int
take: Int
): OccupancyPerDayOffsetPage!
Arguments
occupancyPerMinute.from ● Date! non-null scalar
occupancyPerMinute.to ● Date! non-null scalar
occupancyPerMinute.buildingId ● ID scalar
occupancyPerMinute.floorId ● ID scalar
occupancyPerMinute.floorIds ● [ID!] list scalar
occupancyPerMinute.floorSpaceId ● ID scalar
occupancyPerMinute.floorSpaceIds ● [ID!] list scalar
occupancyPerMinute.spaceTypeId ● ID scalar
occupancyPerMinute.spaceTypeIds ● [ID!] list scalar
occupancyPerMinute.globalSpaceCategoryId ● ID scalar
occupancyPerMinute.globalSpaceCategoryIds ● [ID!] list scalar
occupancyPerMinute.minOccupiedDurationSeconds ● Int scalar
occupancyPerMinute.skip ● Int scalar
occupancyPerMinute.take ● Int scalar
Type
OccupancyPerDayOffsetPage object
Occupancy Per Day Offset Page