List Devices.
Parameter | Description |
---|---|
Group ID | Group ID to filter by. |
Online State | Online state value to filter by. |
Remote Control ID | Remote Control ID to filter by. |
{
"devices": [
{
"remotecontrol_id": "<string>",
"device_id": "<string>",
"alias": "<string>",
"groupid": "<string>",
"online_state": "<string>",
"policy_id": "<string>",
"assigned_to": false,
"last_seen": "<string>",
"teamviewer_id": 412450518
},
{
"remotecontrol_id": "<string>",
"device_id": "<string>",
"alias": "<string>",
"groupid": "<string>",
"online_state": "<string>",
"policy_id": "<string>",
"assigned_to": false,
"last_seen": "<string>",
"teamviewer_id": 615746616
}
]
}
List Devices with Teamviewer and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?