Last active
December 2, 2015 15:25
-
-
Save alexol91/7eec126b5b4e901602f0 to your computer and use it in GitHub Desktop.
Stats Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": [ | |
{ | |
"AGENTLOGIN": { | |
"value": "[email protected]", | |
"type": "single" | |
}, | |
"CALLDATE": { | |
"value": "2015-11-12 05:21:10", | |
"type": "single" | |
}, | |
"DURATIONREADY": { | |
"value": 0.52, | |
"type": "single" | |
}, | |
"DURATIONTALKING": { | |
"value": 4.06, | |
"type": "single" | |
}, | |
"AT_VOICE": { | |
"type": "multi", | |
"values": { | |
"AT_OK": { | |
"value": 3, | |
"type": "single" | |
}, | |
"AT_KO": { | |
"value": 1, | |
"type": "single" | |
}, | |
"AT_TOTAL": { | |
"value": 4, | |
"type": "single" | |
} | |
} | |
} | |
}, | |
{ | |
"AGENTLOGIN": { | |
"value": "[email protected]", | |
"type": "single" | |
}, | |
"CALLDATE": { | |
"value": "2015-10-12 10:11:18", | |
"type": "single" | |
}, | |
"DURATIONREADY": { | |
"value": 0.29, | |
"type": "single" | |
}, | |
"DURATIONTALKING": { | |
"value": 3.52, | |
"type": "single" | |
}, | |
"AT_VOICE": { | |
"type": "multi", | |
"values": { | |
"AT_OK": { | |
"value": 8, | |
"type": "single" | |
}, | |
"AT_KO": { | |
"value": 2, | |
"type": "single" | |
}, | |
"AT_TOTAL": { | |
"value": 10, | |
"type": "single" | |
} | |
} | |
} | |
}, | |
{ | |
"AGENTLOGIN": { | |
"value": "[email protected]", | |
"type": "single" | |
}, | |
"CALLDATE": { | |
"value": "2015-08-02 01:22:20", | |
"type": "single" | |
}, | |
"DURATIONREADY": { | |
"value": 0.31, | |
"type": "single" | |
}, | |
"DURATIONTALKING": { | |
"value": 3.21, | |
"type": "single" | |
}, | |
"AT_VOICE": { | |
"type": "multi", | |
"values": { | |
"AT_OK": { | |
"value": 12, | |
"type": "single" | |
}, | |
"AT_KO": { | |
"value": 5, | |
"type": "single" | |
}, | |
"AT_TOTAL": { | |
"value": 18, | |
"type": "single" | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment