Viewing Store and Forward (T.37) Settings

Requires FaxFinder 3.0.4 or higher.

HTTP Request Line

GET /ffws/v1/t37 HTTP/1.1

HTTP Response Status Codes

200 OK

Shows current store and forward settings.

400 Bad Request

The provided XML is not valid.

Example

GET /ffws/v1/t37 HTTP/1.1 
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>
	<t37>
		<enabled>true</enabled>
		<require_authentication>true</require_authentication>
		<set_user_from_envelope_sender>true</set_user_from_envelope_sender>
		<default_priority>2</default_priority>
		<max_tries>3</max_tries>
		<try_interval>300</try_interval>
		<receipt>failure</receipt>
		<receipt_attachment>none</receipt_attachment>
		<use_cover_page>true</use_cover_page>
		<default_cover_page_name>mts_template1</default_cover_page_name>
		<email_body_as_comments>true</email_body_as_comments>
	</t37>
</response>