Faxfinder Configuration; Viewing Inbound Routes - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

FAXFINDER CONFIGURATION

FaxFinder Configuration

Viewing Inbound Routes

HTTP Request
Line
HTTP Response
Status Codes
FF240, FF440, or FF840 Example All Inbound Routes
1
GET /ffws/v1/routes 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
<global>
11
<destination>
12
<type>Email</type>
13
<value>cla@mts.test</value>
14
</destination>
15
<destination>
16
<destination_id>2</destination_id>
17
<type>Print</type>
18
<value>hp_printer</value>
19
</destination>
20
</global>
21
<lines>
22
<line>
23
<line_number>1</line_number>
24
<description>first line</description>
25
<destination>
26
27
28
</destination>
29
</line>
30
<line>
31
<line_number>2</line_number>
32
<description>second line</description>
33
<destination>
34
35
36
</destination>
37
</line>
38
</lines>
35
GET /ffws/v1/routes HTTP/1.1
GET /ffws/v1/routes/global HTTP/1.1
GET /ffws/v1/routes/lines HTTP/1.1 (FF240, FF440, or FF840)
GET /ffws/v1/routes/lines/line_number HTTP/1.1 (FF240, FF440, or FF840)
GET /ffws/v1/routes/default HTTP/1.1 (FF240-IP only)
GET /ffws/v1/routes/recipients HTTP/1.1
GET /ffws/v1/routes/recipients/ID HTTP/1.1
200 OK
Shows inbound routes.
400 Bad Request
The provided XML is not valid.
<type>Email</type>
<value>cla@mts.test</value>
<type>Notify</type>
<value>test@mts.test</value>
FaxFinder Web Services API Developer Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents