Reply To: Can WMS be queried to find the model of monitors?

#106332
Sam
Participant
  • Total Post: 10
  • Regular Joe
  • ★★

possible through WEB API calls [postman]

https://WMS/ccm-web/admin/wms20/configuration/device/3/all?

iterate through all devices and extract monitor peripheral json node

peripherals: [{name: “port”, description: “USB”,…}, {name: “Monitor”, description: “Monitor”,…}]
0: {name: “port”, description: “USB”,…}
1: {name: “Monitor”, description: “Monitor”,…}
description: “Monitor”
itemNames: [{name: “vender”, description: “Vender”}, {name: “model”, description: “Model”},…]
itemValues: [[“DEL”, “DELL P2418HT”, “488CG86J799L”]]