Viewing Outbound Fax Status - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

Line
HTTP Response
Status Codes
FF240, FF440, or FF840 Example
1
GET /ffws/v1/inbound_status 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
<inbound_entry>
8
<state>Receiving</state>
9
<start_time></start_time>
10
<line_number></line_number>
11
<extension></extension>
12
<recipient></recipient>
13
<remote_id></remote_id>
14
<current_page></current_page>
15
</inbound_entry>
16
</response>
FF240-IP Example
1
GET /ffws/v1/inbound_status 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
<inbound_entry>
8
<state>Receiving</state>
9
<start_time></start_time>
10
<channel></channel>
11
<extension></extension>
12
<recipient></recipient>
13
<remote_id></remote_id>
14
<pages_recd></pages_recd
15
</inbound_entry>
16
</response>

Viewing Outbound Fax Status

Query
Parameters
FaxFinder Web Services API Developer Guide
200 OK
Shows status for currently inbound faxes.
400 Bad Request
The provided XML is not valid.
>
class=pending|sending (Default=pending and sending)
Limit outbound status listing to a set number of pending and sending faxes.
pending_limit=PEND_LIMIT (Default=10)
Use with class. Limits pending faxes to specified number. If pending_limit is not
specified, class returns ten pending faxes.
sending_limit=SEND_LIMIT (Default=10)
LOG FUNCTIONS
26

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents