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": [
		{
			"alias": "string",
			"assigned_to": false,
			"description": "string",
			"device_id": "string",
			"groupid": "string",
			"last_seen": "date-time",
			"online_state": 0,
			"policy_id": "string",
			"remotecontrol_id": "string",
			"supported_features": "string",
			"teamviewer_id": 0,
			"userid": "string"
		}
	]
}

Workflow Library Example

List Devices with Teamviewer and Send Results Via Email

Preview this Workflow on desktop