JSON API » analytics » analytics/data

Gets the data to populate an analytics report.

Input parameters

Requires authentication and the administrator privilege.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes
endIntegerUnix timestamp for end of data period to return.NoTime of request
firstInteger1 if this is the first data request for a report being run, 0 for subsequent requests.No0
queueeventsInteger1 if any metrics for queues are enabled, 0 if not.No0
recursiveInteger1 to include sub-customers recursively, 0 not to.No0
refreshIntegerThe report refresh time interval in seconds.No2
startIntegerUnix timestamp for start of data period to return.NoTime of request

Responses

CodeDescription
200Success.
401The authentication details provided are invalid.
402Your role does not allow this.
404The report does not exist.

Data returned

Fields of report.

Example:

http://enswitch.example.com/api/json/analytics/data/?auth_username=user;auth_password=password;start=123456789

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], {"data": {"cdrs_columns":[ "id","callid","start","answered","end","callerid_internal","stype","snumber","ctype","cnumber","dtype","dnumber","holdtime","talktime","totaltime","queuestatus","cost","symbol"], "phones": ... } }

Change history

VersionChanges
4.3Function added.