Skip to main content

Room

No description

type Room {
comment: String
components: [Component!]!
createdDate: DateTime!
currentState: ObjectState
floor: Int
foreignId: String
furnitures: [Furniture!]!
id: UUID!
isAnnex: Boolean
organizationId: UUID!
reference: String
surface: Surface
type: RoomType!
updatedDate: DateTime!
}

Fields

NomTypeDescription
commentString scalar
components[Component!]! non-null object
createdDateDateTime! non-null scalarThe creation date-time of the entity
currentStateObjectState object
floorInt scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
furnitures[Furniture!]! non-null object
idUUID! non-null scalarUnique identifier of the entity
isAnnexBoolean 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.
surfaceSurface object
typeRoomType! non-null enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity ApartmentUnit HouseUnit UnitV2