get listing
GET /api/rest/customer/v1/termination-statistics-quality
Parameters
| Name |
Description |
|
account-id
|
Account-id
|
|
from-time
|
From-time
|
|
sampling
|
Sampling
|
|
to-time
|
To-time
|
|
src-country-id
|
Src-country-id
|
|
dst-country-id
|
Dst-country-id
|
|
src-prefix-routing-eq
|
Src-prefix-routing-eq
|
|
src-prefix-routing-starts-with
|
Src-prefix-routing-starts-with
|
|
src-prefix-routing-ends-with
|
Src-prefix-routing-ends-with
|
|
src-prefix-routing-contains
|
Src-prefix-routing-contains
|
|
dst-prefix-routing-eq
|
Dst-prefix-routing-eq
|
|
dst-prefix-routing-starts-with
|
Dst-prefix-routing-starts-with
|
|
dst-prefix-routing-ends-with
|
Dst-prefix-routing-ends-with
|
|
dst-prefix-routing-contains
|
Dst-prefix-routing-contains
|
|
duration-eq
|
Duration-eq
|
|
duration-gt
|
Duration-gt
|
|
duration-lt
|
Duration-lt
|
|
vendor-price-eq
|
Vendor-price-eq
|
|
vendor-price-gt
|
Vendor-price-gt
|
|
vendor-price-lt
|
Vendor-price-lt
|
Request
Headers
Route
GET /api/rest/customer/v1/termination-statistics-quality?account-id=7c61877c-39c4-11f1-b6d8-82ad38f4dd55&from-time=2026-04-15T18%3A45%3A48Z&sampling=minute
Query Parameters
account-id: 7c61877c-39c4-11f1-b6d8-82ad38f4dd55
from-time: 2026-04-15T18:45:48Z
sampling: minute
Response
Headers
Status
200 OK
Body
{
"data": {
"t": [
1734700000,
1734700060,
1734700120
],
"total_calls": [
150,
120,
180
],
"acd": [
"5.0",
"4.8",
"4.8"
],
"asr": [
"86.67",
"83.33",
"83.33"
],
"cps": [
"2.5",
"2.0",
"3.0"
]
},
"rows": 3,
"totals": {
"t": 0,
"total_calls": 450,
"acd": "4.87",
"asr": "84.44",
"cps": "7.5"
}
}