Cover Page; Viewing Cover Pages - Multitech FaxFinder FF240-IP Developer's Manual

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

Advertisement

Cover Page

Viewing Cover Pages

HTTP Request Line
HTTP Response Status
Codes
Example
1
GET /ffws/v1/data/cover_pages 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
<file>
11
<name>default.pdf</name>
12
<type>application/pdf</type>
13
<url>https://192.168.2.1/ffws/v1/data/cover_pages/default.pdf</url>
14
</file>
15
<file>
16
<name>multitech.pdf</name>
17
<type>application/pdf</type>
18
<url>https://192.168.2.1/ffws/v1/data/cover_pages/multitech.pdf</url>
19
</file>
20
<file>
21
<name>sample1.pdf</name>
22
<type>application/pdf</type>
23
<url>https://192.168.2.1/ffws/v1/data/cover_pages/sample1.pdf</url>
24
</file>
25
<file>
26
<name>sample2.pdf</name>
27
<type>application/pdf</type>
28
<url>https://192.168.2.1/ffws/v1/data/cover_pages/sample2.pdf</url>
29
</file>
30
</response>
FaxFinder Web Services API Developer Guide
GET /ffws/v1/data/cover_pages HTTP/1.1
200 OK
Shows cover pages.
404 Not found
Cover pages not found.
COVER PAGES
22

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