OBJECT

SiteCallTrackingsStatistics_Stats

link GraphQL Schema definition

  • type SiteCallTrackingsStatistics_Stats {
  • # Count of all calls
  • countAll: Int!
  • # Count of unique calls
  • countUniqueCall: Int!
  • # Count of answered calls
  • countAnsweredCall: Int!
  • # Average duration
  • averageDuration: Float!
  • dateStart: DateTime!
  • dateEnd: DateTime!
  • # Every calls of this month
  • calls: [SiteCallTrackingsStatistics_Call]!
  • }