Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Phone Calls & CDR Data
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Call Statistics show the number of calls attempted and answered for a set of users or groups
Become a ResellerFilter:
* You will be charged every time this command is run.
Returns the call statistics for the specified subset of SIP users, Hunt Groups or Wallboards
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
POST body
Name
Type
Required
call_type
String
False
The call type to search for. Must be one of `inbound` or `outbound`. Defaults to `outbound`
end
Date
True
The time to search to
start
Date
True
The time to search from
user_uuids
Array of String
True
The list of user UUIDs to search
JSON all-fields example:
{
"call_type" : "inbound",
"end" : "2019-05-31T12:00:00Z",
"start" : "2019-05-31T12:00:00Z",
"user_uuids" : [
"fedd068e-dd2a-4394-ad64-7836a92d7b76",
"cd4a9f62-5c62-442b-a1e5-48c32457488b"
]
}
200 Response
{
"result" : [
{
"group" : "",
"intervals" : [
{}
],
"metrics" : [
{}
],
"user" : ""
}
],
"status_code" : 200,
"status_message" : "OK"
}