Actions
List Devices
List Devices.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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
}
]
}
Was this page helpful?