OBJECT

SiteCall

CallTracking call of site

link GraphQL Schema definition

  • type SiteCall {
  • # Caller number
  • callOrigin: String
  • # Status of call
  • status: SiteCallStatus
  • # Start DateTime of call
  • date: DateTime
  • # Duration of call
  • talkTimeSec: Int
  • }

link Require by