Skip to main content
GET
/
v1.0
/
workgroups
cURL
curl -X GET 'https://api.telegent.com/v1.0/workgroups?WorkgroupId=WG-abc123' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "WorkgroupId": "WG-abc123",
  "Name": "Support Team",
  "Type": "ring",
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx",
  "Active": true,
  "ScheduleId": "SCH-abc123"
}

Query Parameters

WorkgroupId
string

The workgroup ID to retrieve details for

Response

Success — returns workgroup configuration details

The response is of type object.