Viewing Inbound Fax Status
Requires FaxFinder 3.0.4 or higher.
HTTP Request Line |
GET /ffws/v1/inbound_status HTTP/1.1 |
|
HTTP Response Status Codes |
200 OK |
Shows status for currently inbound faxes. |
400 Bad Request |
The provided XML is not valid. |
FF240, FF440, or FF840 Example
GET /ffws/v1/inbound_status HTTP/1.1 content-type: application/xml authorization: Basic YWRtaW46YWRtaW4= <?xml version=”1.0” encoding=”UTF-8”?> <response> <message>Success</message> <inbound_entry> <state>Receiving</state> <start_time></start_time> <line_number></line_number> <extension></extension> <recipient></recipient> <remote_id></remote_id> <current_page></current_page> </inbound_entry> </response>
FF240-IP Example
GET /ffws/v1/inbound_status HTTP/1.1 content-type: application/xml authorization: Basic YWRtaW46YWRtaW4= <?xml version=”1.0” encoding=”UTF-8”?> <response> <message>Success</message> <inbound_entry> <state>Receiving</state> <start_time></start_time> <channel></channel> <extension></extension> <recipient></recipient> <remote_id></remote_id> <pages_recd></pages_recd> </inbound_entry> </response>