EasyManua.ls Logo

Multitech FaxFinder FF130 - Page 103

Multitech FaxFinder FF130
151 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Appendix B: Customization
Multi-Tech Systems, Inc. FaxFinder Admin User Guide 103
Retrieving Cover Pages
Available cover pages can be requested by sending a GET request to /ffws/v1/data/cover_pages.
HTTP Request line:
GET /ffws/v1/data/cover_pages HTTP/1.0
HTTP Response Status Codes:
200 OK
Success
Example:
GET /ffws/v1/data/cover_pages HTTP/1.0
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<response>
<message>Success</message>
<file>
<name>default.pdf</name>
<type>application/pdf</type>
<url>https://192.168.2.1/ffws/v1/data/cover_pages/default.pdf</url>
</file>
<file>
<name>multitech.pdf</name>
<type>application/pdf</type>
<url>https://192.168.2.1/ffws/v1/data/cover_pages/multitech.pdf</url>
</file>
<file>
<name>sample1.pdf</name>
<type>application/pdf</type>
<url>https://192.168.2.1/ffws/v1/data/cover_pages/sample1.pdf</url>
</file>
<file>
<name>sample2.pdf</name>
<type>application/pdf</type>
<url>https://192.168.2.1/ffws/v1/data/cover_pages/sample2.pdf</url>
</file>
</response>