userCallGetCallsResponse element

Type: userCallGetCallsResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <userCallGetCallsResponse> <errorCode>...</errorCode> <calls> <callId>...</callId> <address>...</address> <incoming>...</incoming> <read>...</read> <duration>...</duration> <status>...</status> <dateCall>...</dateCall> </calls> <calls> <!--...--> </calls> <!--...more "calls" elements...--> </userCallGetCallsResponse>

Example JSON

{ "calls" : [ { "callId" : ..., "address" : "...", "incoming" : false, "read" : false, "duration" : ..., "status" : ..., "dateCall" : "..." }, ... ], "errorCode" : ... }