List Devices.

Parameters

ParameterDescription
Group IDGroup ID to filter by.
Online StateOnline state value to filter by.
Remote Control IDRemote Control ID to filter by.

Example Output

{
	"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
		}
	]
}

Workflow Library Example

List Devices with Teamviewer and Send Results Via Email

Preview this Workflow on desktop