Hello All
I have a Python script that successfully dopwnloads the devices report from
https://webapi.teamviewer.com/api/v1/devices
My problem begins when I try to get at individual fields in the repport theough a python dictionary; for example I want the vlaues of the remotecontrol_id, device_id, alias etc to go eventually into SQL Server. This is proving impossible as all these appear to be located as one huge string under the devices key. Is there anyway to do this?
Thanks
.