How do I check when a remote computer(possibily stolen) is last online without connecting to it.
You can use the TeamViewer API to get this :
{"devices": [ { "remotecontrol_id": "rIDIDIDID", "device_id": "dIDIDIDID", "alias": "Computer 1", "groupid": "gIDIDIDID","online_state": "Offline", "assigned_to": false,"last_seen": "2017-07-16T19:04:56Z" }, { "remotecontrol_id": "rIDIDIDID", "device_id": "dIDIDIDID", "alias": "Computer 2", "groupid": "gIDIDIDID","online_state": "Online", "assigned_to": false },]
If the computer is online, or has never been connected, there is no last_seen.
This is about as crazy as there still being no seach ability in the mobile app, after all these years. Seriously?
I'm interested in the exact timestamp. Not just the hour as displayed on the account.