Viewing Channel Status (FF240-IP only)

Requires FaxFinder 3.0.4 or higher.

HTTP Request Line

GET /ffws/v1/channel_status HTTP/1.1

GET /ffws/v1/channel_status/CHANNEL HTTP/1.1 (Where CHANNEL is the channel number)

HTTP Response Status Codes

200 OK

Shows channel status.

400 Bad Request

The provided XML is not valid.

Example

GET /ffws/v1/channel_status/1 HTTP/1.1 
content-type: application/xml 
authorization: Basic YWRtaW46YWRtaW4= 
<?xml version=”1.0” encoding=”UTF-8”?>
<response>
	<message>Success</message>
	<channel_status>
		<channel_number>1</channel_number>
		<state>Waiting for Ring</state>
		<pages_sent_recd>0</pages_sent_recd>
		<baud_rate></baud_rate>
		<fax_number></fax_number>
		<ecm></ecm>
		<line_encoding></line_encoding>
		<resolution></resolution>
		<remote_id></remote_id>
		<modulation></modulation>
	</channel_status>
</response>