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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

WorkgroupId
string

The workgroup ID to retrieve details for

Response

200 - application/json

Success — returns workgroup configuration details

The response is of type object.