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
A Call Statistics Report configures a scheduled report that will be emailed to recipients at the sspecified time
Become a ResellerFilter:
* You will be charged every time this command is run.
Returns all the currently configured reporting schedules for the account
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
200 Response
{
"result" : [
{
"history" : [
{}
],
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
}
],
"status_code" : 200,
"status_message" : "OK"
}
Gets the specified Call Statistics Schedule
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Call Statistics Schedule to return
200 Response
{
"result" : {
"history" : [
{}
],
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Creates a new Call Statistics Schedule
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
POST body
Name
Type
Required
nickname
String
True
The nickname for this Call Statistics Schedule
objects
Array of CallStatisticScheduleObject
True
The list of SIP users, Hunt Groups and Wallboard that this report will return statistics for
recipients
Array of CallStatisticScheduleRecipient
True
The list of email addresses that will receive the report
schedule_type_id
int
True
How often does this report run, valid values are 1 - every day, 2 - weekly, 3 - monthly
weekday_only
Boolean
False
Should this report run on Weekdays only, this only applies if the daily schedule type is selected
email_address
String
True
The email addresses of the user to receive the report
send_at
String
True
What time of day to send the email, should be in the range 05:00 to 17:00, delivery before 05:00 can't be guaranteed
type
String
True
The type of object represented by the UUID, valid values are user, group, and wallboard
uuid
String
True
The UUID of the object
JSON all-fields example:
{
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
}
201 Response
{
"result" : {
"history" : [
{}
],
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
},
"status_code" : 201,
"status_message" : "Created"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Updates an existing Call Statistics Schedule
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Call Statistics Schedule to update
PUT body
Name
Type
Required
nickname
String
True
The nickname for this Call Statistics Schedule
objects
Array of CallStatisticScheduleObject
True
The list of SIP users, Hunt Groups and Wallboard that this report will return statistics for
recipients
Array of CallStatisticScheduleRecipient
True
The list of email addresses that will receive the report
schedule_type_id
int
True
How often does this report run, valid values are 1 - every day, 2 - weekly, 3 - monthly
weekday_only
Boolean
False
Should this report run on Weekdays only, this only applies if the daily schedule type is selected
email_address
String
True
The email addresses of the user to receive the report
send_at
String
True
What time of day to send the email, should be in the range 05:00 to 17:00, delivery before 05:00 can't be guaranteed
type
String
True
The type of object represented by the UUID, valid values are user, group, and wallboard
uuid
String
True
The UUID of the object
JSON all-fields example:
{
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
}
200 Response
{
"result" : {
"history" : [
{}
],
"nickname" : "Daily sales group report",
"objects" : [
{
"type" : "group",
"uuid" : "e1214afa-364a-4be0-b25a-28a988e633bb"
}
],
"recipients" : [
{
"email_address" : "help@yay.com",
"send_at" : "10:00:00"
}
],
"schedule_type_id" : 1,
"weekday_only" : true
},
"status_code" : 200,
"status_message" : "OK"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Deletes the specified Call Statistics Schedule
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Call Statistics Schedule to delete
204 Response
{
"result" : {},
"status_code" : 204,
"status_message" : "No Content"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}