Skip to main content

occupancyPerFiveMinutes

Return occupancy aggregated by five minutes 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.
occupancyPerFiveMinutes(
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

occupancyPerFiveMinutes.from ● Date! non-null scalar

occupancyPerFiveMinutes.to ● Date! non-null scalar

occupancyPerFiveMinutes.buildingId ● ID scalar

occupancyPerFiveMinutes.floorId ● ID scalar

occupancyPerFiveMinutes.floorIds ● [ID!] list scalar

occupancyPerFiveMinutes.floorSpaceId ● ID scalar

occupancyPerFiveMinutes.floorSpaceIds ● [ID!] list scalar

occupancyPerFiveMinutes.spaceTypeId ● ID scalar

occupancyPerFiveMinutes.spaceTypeIds ● [ID!] list scalar

occupancyPerFiveMinutes.globalSpaceCategoryId ● ID scalar

occupancyPerFiveMinutes.globalSpaceCategoryIds ● [ID!] list scalar

occupancyPerFiveMinutes.minOccupiedDurationSeconds ● Int scalar

occupancyPerFiveMinutes.skip ● Int scalar

occupancyPerFiveMinutes.take ● Int scalar

Type

OccupancyPerDayOffsetPage object

Occupancy Per Day Offset Page