I'm using this request:
https://webapi.teamviewer.com/api/v1/reports/connections?from_date=2016-12-01T00:00:01Z&to_date=2016-12-31T23:59:59Z
And I get this:
....,"deviceid":"9x3xxx3x4","devicename":"","start_date".....
I need to get all "devicename":""
I know I can get entire list, and iterate each JSON element to get the requested list .
But the question is how to get this via API ?
I was trying for example like this:
https://webapi.teamviewer.com/api/v1/reports/connections?from_date=2016-........&devicename=""
.... and few other variation but with no success.
I will be grateful for your help.
Regards,
mLipok