Example Response JSON

JavaScript Copy imageCopy
HTTP/1.1 200 OK 
Content-Type: "application/json; charset=utf-8" 
Content-Length: length 
x-ch-execution-time: 0
x-ch-activity-id: "ACTIVITY IDENTIFIER RETURNED"

{
    "GetRealTimeFaxStatusExResponse": {
        "return": false,
        "FaxStatusList": [
            {
                "FaxJobId": "",
                "FaxJobStatusId": 0,
                "StatusDescription": "",
                "RecipientState": ,
                "RecipientCurrentPageCount": 0,
                "RecipientTotalPageCount": 0,
                "FaxDeliveryDateTime": "",
                "FaxDeliveryDuration": 0,
                "RemoteFaxCSID": "",
                "Error": {
                    "ErrorCode": 0,
                    "ErrorString": ""
                }
            }
        ],
        "WSError": {
            "ErrorCode": 0,
            "ErrorString": ""
        }
    }
}

See Also