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 device groups.
Parameters
| Parameter | Description |
|---|
| Name | Name of the group. |
| Shared | Is group shared or not. |
| Should Match Full Name | Is name should match completely or not. |
Example Output
{
"groups": [
{
"id": "string",
"name": "string",
"owner": {
"alias": "string",
"name": "string",
"userid": "string"
},
"permissions": "string",
"policy_id": "string",
"shared_with": [
{
"alias": "string",
"name": "string",
"pending": false,
"permissions": "string",
"userid": "string"
}
]
}
]
}
Workflow Library Example
List Groups with Teamviewer and Send Results Via Email