https://apim.eu.mybuildings.abb.com/adtg-api/v1/graphql
Field | type | description |
---|---|---|
Authorization | string | OAuth 2.0 access token obtained from eu.mybuildings.abb.com. |
{SystemWIP(dtId:"592c91f0-8d9b-44bf-88da-23fd1ef6d994"){Assets{__typename dtId label nameId } Locations{dtId Sublocations{dtId}} Users{userName credentials{value{displayName}} deviceAccessList{key}}}}
dtId - [String] select single object by ID (if not specified all objects of that type are considered)
label - [String] Human readable name of the object
{
"data": {
"SystemWIP": [
{
"Assets": [
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_101807A7F02809C",
"label": "OS 002-01",
"nameId": "WIP_0801"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_142807A7F030B4F",
"label": "RF/IP gateway",
"nameId": "WIP_0666"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_105807A7F02977C",
"label": "Smart Access Point",
"nameId": "WIP_FFCA"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_107807A7F0321AE",
"label": "EC 066-01",
"nameId": "WIP_0827"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_102807A7F046CCB",
"label": "IS 032-0101-01",
"nameId": "WIP_0802"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_107807A7F0321CC",
"label": "EC 001-01",
"nameId": "WIP_0827"
},
{
"__typename": "DeviceWIP",
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Device_201647E000000E4",
"label": "Cylinder",
"nameId": "WIP_0562"
}
],
"Locations": [
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Building_1",
"Sublocations": [
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Floor_1_1"
}
]
},
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Building_6",
"Sublocations": [
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Floor_6_1"
}
]
},
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Building_7",
"Sublocations": [
{
"dtId": "592c91f0-8d9b-44bf-88da-23fd1ef6d994_Floor_7_1"
}
]
}
],
"Users": [
{
"userName": "admin585",
"credentials": [
{
"value": {
"displayName": "1234"
}
},
{
"value": {
"displayName": "1213"
}
},
{
"value": {
"displayName": "11111"
}
},
{
"value": {
"displayName": "809"
}
},
{
"value": {
"displayName": "1112"
}
},
{
"value": {
"displayName": "121212"
}
}
],
"deviceAccessList": [
{
"key": "101807A7F02809C"
},
{
"key": "201647E000000E4"
}
]
},
{
"userName": "clouduser",
"credentials": null,
"deviceAccessList": null
},
{
"userName": "0040101",
"credentials": [
{
"value": {
"displayName": "ookk"
}
}
],
"deviceAccessList": [
{
"key": "201647E000000E4"
}
]
}
]
}
]
}
}
dtId - [String] ID used to identify this object inside of this API