Skip to main content
GET
/
v1.0
/
account
/
workgroups
cURL
curl -X GET 'https://api.telegent.com/v1.0/account/workgroups' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "AccountID": "DID-1e8939ab-3f3c-4db1-89d7-956d80fd793j203805880870238",
  "TotalWorkgroups": 2,
  "Results": [
    {
      "WorkgroupId": "WID-12345-abc-12345",
      "Name": "",
      "TelegentPhone": "",
      "Type": "",
      "CallOrder": "",
      "AnnouncementText": "",
      "AnnouncementUrl": "",
      "InternalExtension": "",
      "CallerIdType": "",
      "CallerIdName": "",
      "AccountId": "",
      "RecordCalls": "",
      "TranscribeRecordings": "",
      "Hours": "",
      "OffHoursForwarding": "",
      "AnnouncementFileId": "",
      "ScheduleId": "",
      "TimeZone": "",
      "HoldMusicId": "",
      "AiRecording": "",
      "OffHoursType": "",
      "OffHoursId": "",
      "WaitBetween": "",
      "TollFreeNumber": "",
      "CallerIdOption": "",
      "AnnounceWorkgroupCaller": "",
      "WorkgroupMessaging": "",
      "WorkgroupMessagingUser": "",
      "WorkgroupMessagingRespondingFrom": "",
      "OnHoursForwarding": "",
      "OnHoursType": "",
      "OnHoursId": ""
    },
    {
      "WorkgroupId": "WID-12346-abc-12346",
      "Name": "",
      "TelegentPhone": "",
      "Type": "",
      "CallOrder": "",
      "AnnouncementText": "",
      "AnnouncementUrl": "",
      "InternalExtension": "",
      "CallerIdType": "",
      "CallerIdName": "",
      "AccountId": "",
      "RecordCalls": "",
      "TranscribeRecordings": "",
      "Hours": "",
      "OffHoursForwarding": "",
      "AnnouncementFileId": "",
      "ScheduleId": "",
      "TimeZone": "",
      "HoldMusicId": "",
      "AiRecording": "",
      "OffHoursType": "",
      "OffHoursId": "",
      "WaitBetween": "",
      "TollFreeNumber": "",
      "CallerIdOption": "",
      "AnnounceWorkgroupCaller": "",
      "WorkgroupMessaging": "",
      "WorkgroupMessagingUser": "",
      "WorkgroupMessagingRespondingFrom": "",
      "OnHoursForwarding": "",
      "OnHoursType": "",
      "OnHoursId": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Response

200 - application/json

Account Workgroups List

The response is of type object.