Skip to main content

occupancyPerHourForPreviousDay

Return occupancy aggregated by hour for the latest available 24 hours. Occupancy is not available until 6am the following day in the Buildings timezone. Results are limited to one Building per request, you must filter by buildingId, floorId(s), and/or floorSpaceId(s) and all must belong to the same Building.

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).
occupancyPerHourForPreviousDay(
buildingId: ID
floorId: ID
floorIds: [ID!]
floorSpaceId: ID
floorSpaceIds: [ID!]
spaceTypeId: ID
spaceTypeIds: [ID!]
globalSpaceCategoryId: ID
globalSpaceCategoryIds: [ID!]
minOccupiedDurationSeconds: Int
skip: Int
take: Int
): OccupancyPerHourOffsetPage!

Arguments

occupancyPerHourForPreviousDay.buildingId ● ID scalar

occupancyPerHourForPreviousDay.floorId ● ID scalar

occupancyPerHourForPreviousDay.floorIds ● [ID!] list scalar

occupancyPerHourForPreviousDay.floorSpaceId ● ID scalar

occupancyPerHourForPreviousDay.floorSpaceIds ● [ID!] list scalar

occupancyPerHourForPreviousDay.spaceTypeId ● ID scalar

occupancyPerHourForPreviousDay.spaceTypeIds ● [ID!] list scalar

occupancyPerHourForPreviousDay.globalSpaceCategoryId ● ID scalar

occupancyPerHourForPreviousDay.globalSpaceCategoryIds ● [ID!] list scalar

occupancyPerHourForPreviousDay.minOccupiedDurationSeconds ● Int scalar

occupancyPerHourForPreviousDay.skip ● Int scalar

occupancyPerHourForPreviousDay.take ● Int scalar

Type

OccupancyPerHourOffsetPage object

Occupancy Per Hour Offset Page