Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop