How to check the last online timestamp of all computers in the account.

How do I check when a remote computer(possibily stolen) is last online without connecting to it. 

Comments

  • stezzz
    stezzz Posts: 2

    I'm interested in the exact timestamp. Not just the hour as displayed on the account.

  • This is about as crazy as there still being no seach ability in the mobile app, after all these years.  Seriously?

     

  • 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.