Viewing Call Log - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

Viewing Call Log

Query
Parameters
HTTP Request
Line
HTTP Response
Status Codes
FF240, FF440, or FF840 Example
1
GET /ffws/v1/call_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
<call_entry>
11
<modem></modem>
12
<status></status>
13
<fax_number></fax_number>
14
<direction></direction>
15
<pages></pages>
16
<size></size>
17
<connect_time></connect_time>
18
<elapsed_time></elapsed_time>
19
<init_time></init_time>
20
<off_hook_time></off_hook_time>
21
<scan_line_time></scan_line_time>
22
<baud_rate></baud_rate>
23
<data_compression></data_compression>
24
<error_correction></error_correction>
25
<width></width>
26
<height></height>
27
<!--Inbound calls only. -->
28
<all_dtmf_digits></all_dtmf_digits>
29
</call_entry>
30
</response>
FaxFinder Web Services API Developer Guide
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.
GET /ffws/v1/call_log HTTP/1.1
200 OK
Shows call logs.
400 Bad Request
The provided XML is not valid.
LOG FUNCTIONS
32

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents