Get batch image

Retrieve the fax image (TIFF file) of a submitted batch.

GET /outbound/batches/{id}/image

Arguments

Name (bold if mandatory) Type Comments Default
id Number The ID of the batch for which to retrieve the image. None, mandatory.

Response

If successful, the response returns a TIFF file (image/tiff) of the outgoing fax image.

Samples

Raw HTTP


GET /outbound/batches/280101975/image HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net
 ..2.......................TIFF Image Printer 7.0..2012:06:23 12:

******************BINARY CONTENT***************

cURL


curl "https://rest.interfax.net/outbound/batches/280101975/image" ^
	-u username:password