This API fetches the details of existing groups in Zoho Assist.
- ParametersDescription
- qOptional
Unattended computer name in that group
Get Unattended Group
Copied$ curl https://assist.zoho.com/api/v2/unattended_computer/group
-X GET
-H "Content-Type: application/x-www-form-urlencoded;charset=UTF-8"
-H "Authorization: Zoho-oauthtoken {access_token}"
-d "q=Dell-42810";
CopiedHTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
"resource_type": "group",
"representation": [
{
"created_time": 1495522736423,
"created_by": "malcolm.h@zylker.com",
"group_id": "f412c9ef74567vy23fb6747fghvbd78d60",
"group_name": "London",
"computer_count": 5
},
{
"created_time": 1595522736423,
"created_by": "john.m@zylker.com",
"group_id": "12410c9bf74vv7vl23fff747fghtuv78d60",
"group_name": "US",
"computer_count": 25
}
]
}