Hi!
Working on mobile application for tech's and bumped into one issue with WHD API - how do you get child assets?
Ticket call return main asset information, for example :
"assets": [
{
"
id":
25672,"type": "Asset",
"assetNumber": "5370475"
}
Asset details can be obtained using "AssetNumber", but there isn't any data related to child assets, only thing which is same for them is room, but again i cant select assets based on room id via API or I'm missing something here?