floorSightingChanges
Return a list of recent Sightings per floor.
If no from Date is supplied, the last minute for each Floor (matching the supplied location/floor filters) will be returned.
Arguments:
- [Optional] buildingIds: Filter results by Building Ids.
- [Optional] floorIds: Filter results by Floor Ids.
- [Optional] from: Only return Occupancy with an update timestamp after this Date.
- [Optional] to: Only return Occupancy with an update timestamp before this Date.
Deprecated:
- [Optional] locationIds: Filter results by Location Ids. Use buildingIds instead.
floorSightingChanges(
buildingIds: [ID!]
floorIds: [ID!]
from: Date
to: Date
includeLatest: Boolean! = false
locationIds: [ID!]
): FloorSightingChanges!
Arguments
floorSightingChanges.buildingIds ● [ID!] list scalar
floorSightingChanges.floorIds ● [ID!] list scalar
floorSightingChanges.from ● Date scalar
floorSightingChanges.to ● Date scalar
floorSightingChanges.includeLatest ● Boolean! non-null scalar
floorSightingChanges.locationIds ● [ID!] list scalar
Type
FloorSightingChanges object
A series of Floor Sightings Changes