Skip to main content
If UI has three diff lists (outgoing, missed, and incoming), then getting incoming and outgoing lists with pagination is easy as those two filters are out of the box (direction filer) but not possible to paginate just missed call records.

Is there any filter to ask only missed call records with pagination?

Sure we can ask for incoming records only and filter missed on the client-side but in that case, if a specific page does not have any data, then we have to keep asking next page automatically until we get the data which is not good for the server in term of load.

Ref: https://developers.ringcentral.com/api-reference/Call-Log/readUserCallLog
Unfortunately, missed call is not a type of call so there is no filter for that.

Reply