Hardware and Software details according to resource id

Hardware and Software details according to resource id

Is any api available in desktop central that can give hardware and software details according to filter resource id. As if we want to take all computer details then it become difficult to fetch all details.
api/1.0/inventory/scancomputers - It list all computer and its resource id
api/1.0/inventory/hardware- gives list of all hardware (without resource id)
api/1.0/inventory/computers?hwid={hardware_id} - this api gives list of computer according to hardware id. It list all computer with resource id for perticular hardware.
So to get all details for type computer need to check each computer
for each computer need to fetch all harware list and get hardware id
after that using this hardware id need to check api that will list all computer that uses hardware id
and then need to compare resourse id
this process will be lengthy and require time to show output.

                New to ADSelfService Plus?