Skip to content
Home
Overview
Overview
Users
Overview
Overview
Fire
Overview
Overview
Water
Overview
Overview
Access
Overview
Overview
Energy
Overview
Overview
Misc
Overview
Overview
Other
Overview
Overview
Overview
Overview
country
String!,non-null
city
String!,non-null
postalCode
String!,non-null
street
String!,non-null
streetNumber
String
unitNumber
String
geoLocation
apartmentNumber
String
associationId
ID
Sample
{ "country": "Example String", "city": "Example String", "postalCode": "Example String", "street": "Example String", "streetNumber": "Example String", "unitNumber": "Example String", "geoLocation": { "__typename": "GeoLocation" }, "apartmentNumber": "Example String", "associationId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
insuranceCompany
Sample
{ "insuranceCompany": { "__typename": "InsuranceCompany" } }
id
ID!,non-null
name
String!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String" }
insuranceCompanies
Sample
{ "insuranceCompanies": [ { "__typename": "InsuranceCompany" } ] }
insuranceInfo
Sample
{ "insuranceInfo": { "__typename": "HomeInsuranceInfo" }, "errors": [ { "__typename": "HomeDoesNotExistError" } ] }
projectNumber
String
orderReferenceNumber
String
buildingTitle
String
Sample
{ "projectNumber": "Example String", "orderReferenceNumber": "Example String", "buildingTitle": "Example String" }
id
ID!,non-null
locationInfo
systemCountry
homeInfo
HomeInfo!,non-null
avatar
uploadFile
insuranceInfo
areas
[Area!]!,non-null
devices
[Device!]!,non-null
sortfilter
hubs
[Hub!]!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "locationInfo": { "__typename": "HomeLocationInfo" }, "systemCountry": "NO", "homeInfo": { "__typename": "HomeInfo" }, "avatar": { "__typename": "Avatar" }, "insuranceInfo": { "__typename": "HomeInsuranceInfo" }, "areas": [ { "__typename": "Area" } ], "devices": [ { "__typename": "Device" } ], "hubs": [ { "__typename": "Hub" } ] }
id
ID!,non-null
areaName
String!,non-null
areaType
AreaType!,non-null
size
Float
floor
Int
children
Boolean
devices
[Device!]!,non-null
sortfilter
accessPolicies

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "areaName": "Example String", "areaType": "BATHROOM", "size": 40, "floor": 40, "children": true, "devices": [ { "__typename": "Device" } ], "accessPolicies": [ { "__typename": "HomeProfileActionAccess" } ] }
read
Boolean!,non-null
write
Boolean!,non-null
delete
Boolean!,non-null
expiresAt
String
Sample
{ "read": true, "write": true, "delete": true, "expiresAt": "Example String" }
url
String!,non-null
urlSmall
String!,non-null
urlMedium
String!,non-null
urlLarge
String!,non-null
Sample
{ "url": "Example String", "urlSmall": "Example String", "urlMedium": "Example String", "urlLarge": "Example String" }
Referenced in
supportedDeviceTypes
[DeviceType!],non-null
endDeviceType
Sample
{ "supportedDeviceTypes": [ "AIR_QUALITY_SENSOR" ], "endDeviceType": "AIR_QUALITY_SENSOR" }
Overview
Overview
Overview
Overview