This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

WHD API (Assets)

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?