{"id":5138,"date":"2025-02-05T13:25:22","date_gmt":"2025-02-05T19:25:22","guid":{"rendered":"http:\/\/www.multitech.net\/developer\/?page_id=5138"},"modified":"2025-02-05T13:27:42","modified_gmt":"2025-02-05T19:27:42","slug":"viewing-call-log","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/faxfinder\/web-services-api\/fax-log-apis\/viewing-call-log\/","title":{"rendered":"Viewing Call Log"},"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<\/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\/call_log 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 call 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>FF240, FF440, or FF840 Example<\/h4>\n<pre class=\"brush:xml\">\r\nGET \/ffws\/v1\/call_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;call_entry&gt;\r\n\t\t&lt;modem&gt;&lt;\/modem&gt; \r\n\t\t&lt;status&gt;&lt;\/status&gt;\r\n\t\t&lt;fax_number&gt;&lt;\/fax_number&gt;\r\n\t\t&lt;direction&gt;&lt;\/direction&gt;\r\n\t\t&lt;pages&gt;&lt;\/pages&gt;\r\n\t\t&lt;size&gt;&lt;\/size&gt;\r\n\t\t&lt;connect_time&gt;&lt;\/connect_time&gt;\r\n\t\t&lt;elapsed_time&gt;&lt;\/elapsed_time&gt;\r\n\t\t&lt;init_time&gt;&lt;\/init_time&gt; \r\n\t\t&lt;off_hook_time&gt;&lt;\/off_hook_time&gt;  \r\n\t\t&lt;scan_line_time&gt;&lt;\/scan_line_time&gt;  \r\n\t\t&lt;baud_rate&gt;&lt;\/baud_rate&gt;\r\n\t\t&lt;data_compression&gt;&lt;\/data_compression&gt;\r\n\t\t&lt;error_correction&gt;&lt;\/error_correction&gt;\r\n\t\t&lt;width&gt;&lt;\/width&gt;  \r\n\t\t&lt;height&gt;&lt;\/height&gt;  \r\n&lt;!--Inbound calls only.  --&gt;\r\n\t\t&lt;all_dtmf_digits&gt;&lt;\/all_dtmf_digits&gt; \r\n\t&lt;\/call_entry&gt;\r\n&lt;\/response&gt;\r\n<\/pre>\n<h4>FF240-IP Example<\/h4>\n<pre class=\"brush:xml\">\r\nGET \/ffws\/v1\/call_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;call_entry&gt;\r\n\t\t&lt;channel&gt;&lt;\/channel&gt;\r\n\t\t&lt;status&gt;&lt;\/status&gt;\r\n\t\t&lt;fax_number&gt;&lt;\/fax_number&gt;\r\n\t\t&lt;direction&gt;&lt;\/direction&gt;\r\n\t\t&lt;pages&gt;&lt;\/pages&gt;\r\n\t\t&lt;size&gt;&lt;\/size&gt;\r\n\t\t&lt;connect_time&gt;&lt;\/connect_time&gt;\r\n\t\t&lt;elapsed_time&gt;&lt;\/elapsed_time&gt;\r\n\t\t&lt;baud_rate&gt;&lt;\/baud_rate&gt;\r\n\t\t&lt;data_compression&gt;&lt;\/data_compression&gt;\r\n\t\t&lt;error_correction&gt;&lt;\/error_correction&gt;\r\n\t\t&lt;modulation&gt;&lt;\/modulation&gt;  \r\n&lt;!--Inbound calls only. --&gt;\r\n\t\t&lt;all_call_digits&gt;&lt;\/all_call_digits&gt;  \r\n\t&lt;\/call_entry&gt;\r\n&lt;\/response&gt;  \r\n \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. HTTP Request Line GET \/ffws\/v1\/call_log HTTP\/1.1 HTTP Response Status Codes 200 OK Shows call log. 400 Bad Request [&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-5138","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5138","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=5138"}],"version-history":[{"count":11,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5138\/revisions"}],"predecessor-version":[{"id":33696,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5138\/revisions\/33696"}],"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=5138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}