question

selvanayagam8743 avatar image
selvanayagam8743 asked Anirban answered

How to get fax delivered time

We are using RingCentral for sending our fax. We want to show fax delivered time in our UI. We can get fax status using URL "/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store/{messageId}". Can any one help me on this?

fax
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

John Wang avatar image
John Wang Deactivated answered
The message-store entry has a "lastModifiedTime" which will be adjusted when the sending status changes, e.g. "Queued" to "Sent". However, this will be updated when the read status changes as well.

The best way to find fax delivery time is to query the "call-log" endpoint for "type" = "Fax". More information is available on this endpoint here:

https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGetUserCallLog
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban avatar image
Anirban answered

From the call log you can atleast get the idea of delivery time and time taken to deliver it completely.

Try fetching it in a detailed manner

https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/call-log?view=Detailed and check the fax type there

Check for more details on fax log https://forums.developers.ringcentral.com/questions/144/fax-faq.html

1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys