{"id":5121,"date":"2025-02-05T13:25:22","date_gmt":"2025-02-05T19:25:22","guid":{"rendered":"http:\/\/www.multitech.net\/developer\/?page_id=5121"},"modified":"2025-02-05T13:27:42","modified_gmt":"2025-02-05T19:27:42","slug":"viewing-inbound-fax-logs","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/faxfinder\/web-services-api\/fax-log-apis\/viewing-inbound-fax-logs\/","title":{"rendered":"Viewing Inbound Fax Logs"},"content":{"rendered":"<p><em>Requires FaxFinder 3.0.4 or higher.<\/em><\/p>\n<table border=1 cellspacing=0 cellpadding=0 width=550 style='border-collapse:collapse;border:none'>\n<tr>\n<td width=150 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>Query Parameters<\/p>\n<\/td>\n<td width=400 colspan=2 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p><strong>limit=LIMIT<\/strong><\/p>\n<p>Limit the number of results to LIMIT.<\/p>\n<p><strong>index=INDEX (Must be used with limit)<\/strong> <\/p>\n<p>Index indicates where to start reading the data in the database. Use to page through data.<\/p>\n<p><strong>include_call_info=true|false <\/strong><\/p>\n<p>Set to true to include call details. Requesting this information increases the response size.\n<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=150 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>HTTP Request Line<\/p>\n<\/td>\n<td width=400 colspan=2 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>GET \/ffws\/v1\/inbound_log HTTP\/1.1<\/p>\n<p>GET \/ffws\/v1\/inbound_log\/FAXKEY HTTP\/1.1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=150 rowspan=2 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>HTTP Response Status Codes<\/p>\n<\/td>\n<td width=125 valign=top style='border:solid #4F81BD 1.0pt;padding:0in .01in 0in .01in'>\n<p>200 OK<\/p>\n<\/td>\n<td width=275 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>Shows inbound fax log.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=125 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>400 Bad Request<\/p>\n<\/td>\n<td width=275 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>The provided XML is not valid.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<h4>Example<\/h4>\n<pre class=\"brush:xml\">\r\nGET \/ffws\/v1\/inbound_log HTTP\/1.1 \r\ncontent-type: application\/xml \r\nauthorization: Basic YWRtaW46YWRtaW4= \r\n----------------------------------- \r\nHTTP\/1.1 200 OK \r\ncontent-type: application\/xml\r\n&lt;?xml version=\u201d1.0\u201d encoding=\u201dUTF-8\u201d?&gt; \r\n&lt;response&gt;\r\n\t  &lt;message&gt;Success&lt;\/message&gt;\r\n\t  &lt;inbound_fax_entry&gt;\r\n\t\t\t&lt;filename&gt;fax_inbound_20131023_135211_recv0000.tif&lt;\/filename&gt;\r\n\t\t\t&lt;status&gt;complete&lt;\/status&gt;\r\n\t\t\t&lt;complete_time&gt;07\/24\/2013 09:50:18 PM&lt;\/complete_time&gt;\r\n\t\t\t&lt;remote_id&gt;POTS modem - 5739&lt;\/remote_id&gt;\r\n\t\t\t&lt;pages&gt;1&lt;\/pages&gt;\r\n\t\t\t&lt;extension&gt;&lt;\/extension&gt;\r\n\t\t\t&lt;recipient_name&gt;Line 2&lt;\/recipient_name&gt;\r\n\t\t\t&lt;channel&gt;2&lt;channel&gt; OR &lt;modem&gt;2&lt;\/modem&gt;\r\n\t\t\t&lt;delivered_to&gt;\r\n\t\t\t\t  &lt;type&gt;Email&lt;\/type&gt;\r\n\t\t\t\t  &lt;destination&gt;cla@mts.test&lt;\/destination&gt;\r\n\t\t\t&lt;\/delivered_to&gt;\r\n\t\t\t&lt;delivered_to&gt;\r\n\t\t\t\t  &lt;type&gt;Email&lt;\/type&gt;\r\n\t\t\t\t  &lt;destination&gt;sdfa@sdf.com&lt;\/destination&gt;\r\n\t\t\t&lt;\/delivered_to&gt;\r\n\t\t\t&lt;delivery_error&gt;  (Only if there were errors)\r\n\t\t\t\t&lt;error&gt;&lt;\/error&gt;\r\n\t\t\t&lt;\/delivery_error&gt;\r\n\t\t\t&lt;call_entry&gt;\r\n\t\t\t\t&lt;modem_number&gt;2&lt;\/modem_number&gt;\r\n\t\t\t\t&lt;status&gt;pass&lt;\/status&gt;\r\n\t\t\t\t&lt;remote_id&gt;POTS modem - 5739&lt;\/remote_id&gt;\r\n\t\t\t\t&lt;size&gt;24298&lt;\/size&gt;\r\n\t\t\t\t&lt;pages&gt;1&lt;\/pages&gt;\r\n\t\t\t\t&lt;resolution&gt;Fine&lt;\/resolution&gt;\r\n\t\t\t\t&lt;baud_rate&gt;14400&lt;\/baud_rate&gt;\r\n\t\t\t\t&lt;width&gt;1728&lt;\/width&gt;\r\n\t\t\t\t&lt;height&gt;Variable&lt;\/height&gt;\r\n\t\t\t\t&lt;data_compression&gt;mh&lt;\/data_compression&gt;\r\n\t\t\t\t&lt;error_correction&gt;on&lt;\/error_correction&gt;\r\n\t\t\t\t&lt;init_time&gt;2013-07-24T17:25:49&lt;\/init_time&gt;\r\n\t\t\t\t&lt;off_hook_time&gt;2013-07-24T18:49:36&lt;\/off_hook_time&gt;\r\n\t\t\t\t&lt;connect_time&gt;2013-07-24T18:49:49&lt;\/connect_time&gt;\r\n\t\t\t\t&lt;elapsed_time&gt;25&lt;\/elapsed_time&gt;\r\n\t\t\t\t&lt;scan_line_time&gt;0&lt;\/scan_line_time&gt;\r\n\t\t\t&lt;\/call_entry&gt;\r\n\t\t\t&lt;location&gt;\/\/172.16.0.5\/share\/archive\/inbound\/user1\/fax_inbound_20131023_135211_recv0000.tif&lt;\/location&gt;\r\n\t  &lt;\/inbound_fax_entry&gt;\r\n&lt;\/response&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Requires FaxFinder 3.0.4 or higher. Query Parameters 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. HTTP Request Line [&hellip;]<\/p>\n","protected":false},"author":537,"featured_media":0,"parent":5415,"menu_order":27,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-5121","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/users\/537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/comments?post=5121"}],"version-history":[{"count":10,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5121\/revisions"}],"predecessor-version":[{"id":33697,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5121\/revisions\/33697"}],"up":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5415"}],"wp:attachment":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/media?parent=5121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}