Viewing Inbound or Outbound Log Count
Requires FaxFinder 3.0.4 or higher.
|
HTTP Request Line |
GET /ffws/v1/outbound_log_count HTTP/1.1 GET /ffws/v1/inbound_log_count HTTP/1.1 |
|
|
HTTP Response Status Codes |
200 OK |
Shows current T38 configuration. |
|
400 Bad Request |
The provided XML is not valid. |
|
Example
GET /ffws/v1/outbound_log_count 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>
<log_count>15</log_count>
</response>