Advertisement
marcelopaixaoresende

Untitled

Sep 12th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.97 KB | None | 0 0
  1. {
  2.     "queryMatchesCount": 500,
  3.     "page": 1,
  4.     "pageSize": 5,
  5.     "last": false,
  6.     "results": [{
  7.         "teamId": 1,
  8.         "teamName": "The patriots",
  9.         "statistics": {
  10.             "talk": 0.1,
  11.             "noTalk": 0.9,
  12.             "averageDuration": 123113321231,
  13.             "audiosCount": 201,
  14.             "filters": [{
  15.                 "filterId": 1,
  16.                 "filterName": "Venda",
  17.                 "percentageOfMatchesRelativeToQueryTotal": 0.402
  18.             }]
  19.         },
  20.         "agents": [{
  21.             "name": "solid_snake",
  22.             "statistics": {
  23.                 "talk": 0.1,
  24.                 "noTalk": 0.9,
  25.                 "averageDuration": 123113321231,
  26.                 "audiosCount": 201,
  27.                 "filters": [{
  28.                     "filterId": 1,
  29.                     "filterName": "Venda",
  30.                     "percentageOfMatchesRelativeToQueryTotal": 0.402
  31.                 }]
  32.             }
  33.         }]
  34.     }]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement