1

To get unit device

Тема: To get unit device

How can I get device(id,name, it's details) which is attachable to Unit.

I mean, we need device details from unit.
which API we need to use to get aboce data ?

2

To get unit device

Re: To get unit device

You need to do core/search_item with advanced properties flag.

Then you can get all device names with core/get_hw_types and match hw field of the unit to id from get_hw_types.