January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Viresh V Pandit avatar image
Viresh V Pandit asked Anirban Sen Chowdhary edited

Finding missed call in call log api

I was going through call log api and I was figuring out how to get missed call value in the APi.

How can I find from the response if a call was a miss call?

call log
1 |1000

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

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered Viresh V Pandit commented

There is a section in response called result. This value returns the status description of the call operation.

A missed call will have the result value of “Missed” .

Other values are In Progress, Voicemail, Reply etc.

Check the API response details:

https://developers.ringcentral.com/api-reference/Call-Log/readUserCallRecord

Also refer: https://stackoverflow.com/questions/52051334/does-the-ringcentral-call-log-api-return-a-missed-value

And also this excellent article by @Phong Vu :

https://medium.com/ringcentral-developers/visualize-your-business-communications-history-2c81f85c324a

1 comment
1 |1000

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

Viresh V Pandit avatar image Viresh V Pandit commented ·

Thanks, references are good and useful. One small query since I am new to this.

What is direction in the response for? Is it the call direction like in coming/outgoing calls?

Just to confirm.

0 Likes 0 ·
Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered Anirban Sen Chowdhary edited

@vikas p If you see the docs carefully there is an Enum value: Inbound, Outbound

So, yes this is what the direction is explained in docs

1 |1000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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