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
| Nom | Type | Description |
|---|---|---|
| comment | String scalar | — |
| components | [Component!]! non-null object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| currentState | ObjectState object | — |
| floor | Int scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| furnitures | [Furniture!]! non-null object | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| isAnnex | Boolean scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| surface | Surface object | — |
| type | RoomType! non-null enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity ApartmentUnit HouseUnit UnitV2 |