Fax Status; Viewing Modem, Channel, System, Printer, And Share Status - Multitech FaxFinder FF240-IP Developer's Manual

Fax over ip server
Hide thumbs Also See for FaxFinder FF240-IP:
Table of Contents

Advertisement

FAX STATUS

Fax Status

Viewing Modem, Channel, System, Printer, and Share Status

HTTP Request
Line
HTTP Response
Status Codes
FF240, FF440, or FF840 Example
1
GET /ffws/v1/status HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
-----------------------------------
5
HTTP/1.1 200 OK
6
content-type: application/xml
7
<?xml
version="1.0" encoding="UTF-8"?>
8
<response>
9
<message>Success</message>
10
<status>
11
<modem>
12
<number_inbound></number_inbound>
13
<number_outbound></number_outbound>
14
<number_idle></number_idle>
15
</modem>
16
<system>
17
<uptime></uptime>
18
<current_time></current_time>
19
<time_server></time_server>
20
</system>
21
<printer>
22
<name></name>
23
<status></status>
24
<jobs></jobs>
25
</printer>
26
<network_share>
27
<share></share>
28
<status></status>
29
</network_share>
30
</status>
31
</response>
FF240-IP Example
1
GET /ffws/v1/status HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
-----------------------------------
5
HTTP/1.1 200 OK
23
GET /ffws/v1/status HTTP/1.1
GET /ffws/v1/status/MODEM HTTP/1.1 (FF240, FF440, or FF840)
GET /ffws/v1/status/CHANNEL HTTP/1.1 (FF240-IP)
GET /ffws/v1/status/SYSTEM HTTP/1.1
GET /ffws/v1/status/PRINTER HTTP/1.1
GET /ffws/v1/status/SHARE HTTP/1.1
200 OK
Shows status information.
400 Bad Request
The provided XML is not valid.
FaxFinder Web Services API Developer Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents