The most recent content from our members.
I'm trying to get data from this endpoint - https://webapi.teamviewer.com/api/v1/docs/index#!/Connections32Management/Connections_Get this is part of the schema that is supposed to return information: { "id": "00000000-0000-0000-0000-000000000000", "userid": "string", "username": "string", "deviceid": "string",…
Hi TeamViewer, As per the previous two threads on this issue, can you please urgently advise why the Reports/Connections API endpoint suddenly does not return "devicename", "groupname", or "notes" for session data? This has been confirmed by other users and is easy to reproduce. This is affecting our basic reporting /…
Hello, I am integrating TeamViewer logs into Splunk via the TeamViewer API. However, in my infrastructure, I cannot configure the firewall with a domain name; I need to use IP addresses or IP ranges. Could you please provide the specific IP ranges that I need to whitelist in order to establish the connection with the…
Hi all, I can't find in the documentation any details about an API to move a device to a different group (unmanaged). Can anybody help me? Is this even possible?
Hi, I'm using the API to pull a list of devices from various groups. When I run the following the command I'm getting a partial list of my devices: Invoke-RestMethod -Uri "https://webapi.teamviewer.com/api/v1/managed/groups/{id}/devices" -Method Get -Headers @{authorization = "Bearer $apikey"} The result is returning a…
Hi TeamViewer Community, We've recently enrolled TeamViewer and integrated our clients as managed devices in TeamViewer Tensor. We would like to use a PowerShell script to monitor the usage of the managed devices' licenses. While it's fairly easy to get the total number of managed devices, we're struggling a bit to get the…
Hello, I am using the end point GET /api/v1/devices and need to call this end point several times per 24 hours. My first question is how do you calculate the 24 hours? if I first call the api 8 am then the api rate limit reset next day 8 am? or It will reset the next day after midnight 12:00? My second question is, is it…
Hello, I'm looking forward to integrating TeamViewer on an app I'm working on - licensing it afterwards, however, during the development & prototyping, I need a DEMO token or some kind of preview token, how do I get one? I've tried accessing Apps, however to create an app or script I need to have a paid status. (not Free)
I'm trying to check the teamviewer device's online state with teamviewer ID. I already made token that allows all the authentication. This is my code. static void Main(string[] args) { string accessToken = "xxxxxxxxxxxxxxxxxxx"; string apiVersion = "v1"; string tvApiBaseUrl = "https://webapi.teamviewer.com"; string address…
Hi, I'm trying to generate a script token in order to connect the TeamViewer API using Python. The problem is that I received some erros messages (generic error messages) and I think I didn't complete the generation process. However, when I access the app console I'm seeing a token. I'm looking for the client_secret and…
It looks like you're new here. Sign in or register to get started.