FAX STATUS
Example
1
GET /ffws/v1/channel_status/1 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<response>
6
<message>Success</message>
7
<channel_status>
8
<channel_number>1</channel_number>
9
<state>Waiting for Ring</state>
10
<pages_sent_recd>0</pages_sent_recd>
11
<baud_rate></baud_rate>
12
<fax_number></fax_number>
13
<ecm></ecm>
14
<line_encoding></line_encoding>
15
<resolution></resolution>
16
<remote_id></remote_id>
17
<modulation></modulation>
18
</channel_status>
19
</response>
Viewing Modem Status (FF240, FF440, FF840)
HTTP Request
Line
HTTP Response
Status Codes
Example
1
GET /ffws/v1/modem_status/8 HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<response>
6
<message>Success</message>
7
<modem_status>
8
<modem_number>8</modem_number>
9
<state>Waiting For Ring</state>
10
<page>0</page>
11
<vertical_resolution></vertical_resolution>
12
<baud_rate></baud_rate>
13
<width></width>
14
<height></height>
15
<connect_time></connect_time>
16
<elasped_time></elasped_time>
17
<fax_number></fax_number>
18
<remote_id></remote_id>
19
</modem_status>
20
</response>
Viewing Inbound Fax Status
HTTP Request
25
GET /ffws/v1/modem_status HTTP/1.1
GET /ffws/v1/modem_status/MODEM HTTP/1.1 (where MODEM is a number from
1-24 depending on FaxFinder model and if using an Expansion Module.)
200 OK
Shows modem status.
400 Bad Request
The provided XML is not valid.
GET /ffws/v1/inbound_status HTTP/1.1
FaxFinder Web Services API Developer Guide
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?