get https://api.talkdeskapp.com/ring-groups
Scope
ring-groups:read
Body Response - Schema
200 (list of ring groups)
Parameter | Type | Description |
---|---|---|
total | integer | n/a |
page | integer | n/a |
per_page | integer | n/a |
count | integer | n/a |
_embedded | object | A subset of the list of Ring Groups for the account. "_embedded" subdivides into: 1 - "ring_groups" (array[object]), which subdivides into: 1.1 - "name" (string) - the name that represents the ring group (required) 1.2 - "short_abandoned_threshold" (integer) - short calls that abandon before this threshold will not be reported as abandoned 1.3 - "wait_time_threshold" (integer) - calls answered within the threshold will be considered as meeting service level |
_links | object | HAL API related links. "_links" subdivides into: 1 - "self" (object), which subdivides into: 1.1 - "href" (string) 2 - "next" (object), which subdivides into: 2.1 - "href" (string) 3 - "previous" (object), which subdivides into: 3.1 - "href" (string) 4 - "page" (object), which subdivides into: 4.1 - "templated" (boolean) 4.2 - "href" (string) |
400 (invalid request), 401 (the request does not contain one of the mandatory headers), 403 (the user is authenticated but does not have sufficient permissions to perform the action), 404 (not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.