Logs; Viewing Inbound Fax Logs - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

LOG FUNCTIONS

Logs

Viewing Inbound Fax Logs

Query
Parameters
HTTP Request
Line
HTTP Response
Status Codes
Example
1
GET /ffws/v1/inbound_log 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
<inbound_fax_entry>
11
<filename>fax_inbound_20131023_135211_recv0000.tif</filename>
12
<status>complete</status>
13
<complete_time>07/24/2013 09:50:18 PM</complete_time>
14
<remote_id>POTS modem - 5739</remote_id>
15
<pages>1</pages>
16
<extension></extension>
17
<recipient_name>Line 2</recipient_name>
18
<channel>2<channel> OR <modem>2</modem>
19
<delivered_to>
20
<type>Email</type>
21
<destination>cla@mts.test</destination>
22
</delivered_to>
23
<delivered_to>
24
<type>Email</type>
25
<destination>sdfa@sdf.com</destination>
26
</delivered_to>
27
<delivery_error> (Only if there were errors)
28
<error></error>
29
</delivery_error>
30
<call_entry>
31
29
limit=LIMIT
Limit the number of results to LIMIT.
index=INDEX (Must be used with limit)
Index indicates where to start reading the data in the database. Use to page through
data.
include_call_info=true|false
Set to true to include call details. Requesting this information increases the response
size.
GET /ffws/v1/inbound_log HTTP/1.1
GET /ffws/v1/inbound_log/FAXKEY HTTP/1.1
200 OK
Shows inbound fax log.
400 Bad Request
The provided XML is not valid.
<modem_number>2</modem_number>
FaxFinder Web Services API Developer Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents