Skip to main content

occupancyPerDayForPreviousDay

Return occupancy aggregated by day for a given time range, max one year 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.
occupancyPerDayForPreviousDay(
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

occupancyPerDayForPreviousDay.buildingId ● ID scalar

occupancyPerDayForPreviousDay.floorId ● ID scalar

occupancyPerDayForPreviousDay.floorIds ● [ID!] list scalar

occupancyPerDayForPreviousDay.floorSpaceId ● ID scalar

occupancyPerDayForPreviousDay.floorSpaceIds ● [ID!] list scalar

occupancyPerDayForPreviousDay.spaceTypeId ● ID scalar

occupancyPerDayForPreviousDay.spaceTypeIds ● [ID!] list scalar

occupancyPerDayForPreviousDay.globalSpaceCategoryId ● ID scalar

occupancyPerDayForPreviousDay.globalSpaceCategoryIds ● [ID!] list scalar

occupancyPerDayForPreviousDay.minOccupiedDurationSeconds ● Int scalar

occupancyPerDayForPreviousDay.skip ● Int scalar

occupancyPerDayForPreviousDay.take ● Int scalar

Type

OccupancyPerDayOffsetPage object

Occupancy Per Day Offset Page