Name | Description |
---|---|
items Required | |
stats | |
pagination | Wavix uses pagination of the results retuned in response to your requests to make sure responses are lightweight and easier to handle. |
{
"items": [
{
"date": null,
"from": null,
"to": null,
"duration": null,
"charge": null,
"destination": null,
"sip_trunk": null,
"per_minute": null
},
{
"date": null,
"from": null,
"to": null,
"duration": null,
"charge": null,
"destination": null,
"sip_trunk": null,
"per_minute": null
}
],
"stats": null,
"pagination": null
}