Method telephonyFaxCampaignDetails

 return to group index



telephonyFaxCampaignDetails

telephonyFaxCampaignDetailsStructtelephonyFaxCampaignDetails ( stringsession, stringnumber, stringcountry, stringreference, booleansendRecipients )

Description

Detail a campaign from a reference

Parameters

  • stringsession : the session
  • stringnumber : the number
  • stringcountry : the country
  • stringreference : the reference id
  • booleansendRecipients : give recipients list

Returns

The fax campaign details structure
  • stringcampaignName : the fax campaign name
  • stringcampaignStatus : the fax campaign status (stopDoing|stopTodo|todo|doing|done|error|synchronizing)
  • stringdateStart : the start date
  • stringdateEnd : the end date
  • inttotal : the total sent number
  • inttodo : the total todo number
  • intsuccess : the success sent number
  • intfailed : the failed sent number
  • stringreference : the reference
  • telephonyRecipientStruct[] recipients : the recipients details
programming languages / libraries :
 
Parameters :
string session : $session
string number :
string country :
string reference :
boolean sendRecipients :