XM Fax Web Service
Soap API to send and manage faxes

◆ getOutboundFax()

OutboundUserFaxItemFull com.faxserver.xm.ws.FaxService.getOutboundFax ( @WebParam(name="faxId") String  faxId) throws FaxException

Obtain the properties, including the image, of a fax in the outbound history.

The image will be a tiff, with all the pages, no banner and no upscale.

Parameters
faxIdThe fax ID. This the field "id" retrieved from findOutboundFax
Returns
The properties of the fax and its image. See OutboundUserFaxItemFull
Exceptions
FaxExceptionIn case of error when getting the fax
See also
FaxService::findOutboundFaxes()
FaxService::findOutboundFaxesAdvanced()