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
| 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. |
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