missing group information from reports connections API endpoint
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",
"devicename": "string",
"groupid": "string",
"groupname": "string",
"support_session_type": 0,
"start_date": "2023-04-28T12:20:29.440Z",
"end_date": "2023-04-28T12:20:29.440Z"
}....
but when I make the call i don't get information for:
"groupid": "string",
"groupname": "string",
Does anybody know why this info is not returned back ?
Thing is that when I look at the TeamViewer Management Console in the Connections Report tab bellow on the grid I do see values populated for Group Name.
Thank you.
Answers
-
In addition to this, I'm also missing "devicename", as well as "groupname".
@Teamviewer, please advise.
0 -
Teamviewer is broken garbage.
0