REST Integration need field value

Hi All!
Im trying to integrate my platform with Asternic and need field values. For example:

http://server/stats/rest/index.php?entity=reports/answered_calls_detail&start=2012-08-01&end=2012-08-10
Result:
{
"page":"1",
"total":"1",
"records":"232",
"rows": [
{
"datetime" : "01-08-2016 10:31:21",
"queue" : "2002",
"agent" : "Travis Spencer",
"callerid" : "4787574818",
"event" : "COMPLETEAGENT",
"waitTime" : "10",
"ringTime" : "10",
"callTime" : "94",
"agentName" : "Travis Spencer",
"queueName" : "2002",
"recording" : "test.wav",
"uniqueid" : "1327498260.2637",
"callflow" : "/asternicjquery/rest/index.php?entity=call/1327498260.2637",
"url" : "www.lala.com",
"did" : ""
}

What are the values of this fields? Text, numbers...?
Can u help me with this?

Thanks in advance!

Comments

Sign In or Register to comment.