Skip to main content

occupancyPerFiveMinutesForPreviousDay

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

occupancyPerFiveMinutesForPreviousDay.buildingId ● ID scalar

occupancyPerFiveMinutesForPreviousDay.floorId ● ID scalar

occupancyPerFiveMinutesForPreviousDay.floorIds ● [ID!] list scalar

occupancyPerFiveMinutesForPreviousDay.floorSpaceId ● ID scalar

occupancyPerFiveMinutesForPreviousDay.floorSpaceIds ● [ID!] list scalar

occupancyPerFiveMinutesForPreviousDay.spaceTypeId ● ID scalar

occupancyPerFiveMinutesForPreviousDay.spaceTypeIds ● [ID!] list scalar

occupancyPerFiveMinutesForPreviousDay.globalSpaceCategoryId ● ID scalar

occupancyPerFiveMinutesForPreviousDay.globalSpaceCategoryIds ● [ID!] list scalar

occupancyPerFiveMinutesForPreviousDay.minOccupiedDurationSeconds ● Int scalar

occupancyPerFiveMinutesForPreviousDay.skip ● Int scalar

occupancyPerFiveMinutesForPreviousDay.take ● Int scalar

Type

OccupancyPerDayOffsetPage object

Occupancy Per Day Offset Page