get https://api.talkdeskapp.com/account/bucket-configurations
Scope
bucket-configurations:read
Body Response - Schema
200 (bucket configurations details)
Parameter | Type | Description | Required |
---|---|---|---|
page | integer | the current page | yes |
per_page | integer | the number of elements of bucket configurations per page | yes |
count | integer | the number of bucket configurations present on the current page | yes |
total | integer | the total number of bucket configurations | yes |
_links | object | "_links" subdivides into: 1 - "self" (object), required, which subdivides into "href" (string), required. The link to the current page. 1.1 - "href" (object), required. The hypertext reference describing this link. 2 - "first" (object), required. The link to the first page. 2.1 - "href" (object), required. The hypertext reference describing this link. 3 - "prev" (object), required. The link to the previous page. 3.1 - "href" (object), required. The hypertext reference describing this link. 4 - "next" (object), required. The link to the next page. 4.1 - "href" (object), required. The hypertext reference describing this link. 5 - "last" (object), required. The link to the last page. 5.1 - "href" (object), required. The hypertext reference describing this link. | yes |
_embedded | object | "_embedded" subdivides into: "bucket_configurations" (array[object]), required. The results displayed in an array. Subdivides into: 1 - "id" (string), required. Bucket configuration unique ID. 2 - "account_id" (string). Talkdesk account ID. 3 - "charge_number" (string). Charge number. 4 - "plafond" (number ), required. Plafond quantity. 5 - "plafond_multiplier" (number), required. Plafond multiplication factor. 6 - "effective_start" (string ), required. Bucket configuration effective start date. 7 - "effective_end" (string ), required. Bucket configuration effective end date. 8 - "resource" (string), required. Resource of bucket configuration. 9 - "unit_of_measure" (string), required. Bucket configuration unit of measure. Allowed values: "UNITS", "MINUTES", "SECONDS", "GB", "MB", "TRANSCRIPTIONS", "SEGMENTS", "REQUESTS", "NUMBERS", "PAGES", "SESSIONS", "CHARS". 10 - "properties" (object), required. Interaction properties. 11 - "status" (string), required. Bucket configuration status. Allowed values: "ACTIVE", "TERMINATED", "UPCOMING". 12 - "type" (string), required. Type of the bucket. Allowed values: "FREE_UNITS", "TIER". 13 - "tier" (string) - tier of the bucket. Only present if bucket is of type TIER. 14 - "created_at" (string ), required. Bucket configuration date of creation. | yes |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (account wallet 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.