Skip to main content

Equipment

No description

type Equipment {
buildingId: UUID
comment: String
count: Int
createdDate: DateTime!
currentState: ObjectState
electricityHighRateHoursTotal: Int
electricityLowRateHoursTotal: Int
electricityRateHoursTotal: Int
equipmentType: EquipmentType
equipmentTypeId: UUID
foreignId: String
id: UUID!
location: String
name: String
organizationId: UUID!
reference: String
subBuildingId: UUID
unitId: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
buildingIdUUID scalar
commentString scalar
countInt scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
currentStateObjectState object
electricityHighRateHoursTotalInt scalar
electricityLowRateHoursTotalInt scalar
electricityRateHoursTotalInt scalar
equipmentTypeEquipmentType object
equipmentTypeIdUUID scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID! non-null scalarUnique identifier of the entity
locationString scalar
nameString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
subBuildingIdUUID scalar
unitIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity ApartmentUnit HouseUnit OtherUnit ParkingUnit Unit UnitV2