Method telephonyCallList
telephonyCallList
telephonyCallListReturntelephonyCallList ( stringsession, stringnumber, stringcountry, intlistBegin, intlistLimit, stringlistType, stringdate, booleancallReceived, stringfilterSearch, stringfilterValue, stringplanType )Description
List the number account callsParameters
- stringsession : the session id
- stringnumber : the account number
- stringcountry : the account country
- intlistBegin : the optional list begin index, default is 0
- intlistLimit : the optional list limit, default is 100
- stringlistType : the optional list type (all|mobile|landLine|special) for sent or (all|voicemail|transfert|miss|incoming) for received, default is all
- stringdate : the optional date like YYYY-MM-DD or YYYYMMDD
- booleancallReceived : specify the display of received/sent calls
- stringfilterSearch : the value researched (destination|cause|callingNumber|calledNumber|designation)
- stringfilterValue : the value filtered
- stringplanType : (all|outPlan|pricePlan) default is all
Returns
- stringfromDate : from date
- stringtoDate : to date
- telephonyCallStruct[] list : list of calls











Code generator
Method signature