Question

detailed call log

  • 8 September 2015
  • 3 replies
  • 2330 views

  • Anonymous
  • 0 replies

in accessing the call log with the uri of https://platform.devtest.ringcentral.com/restapi/v1.0/account/xxxx/extension/xxxx/call-log the view is simple. trying .../call-log/?view=detailed i get nothing back.

The API dev doc says to try .../call-log/detail but this also gives a 400 error. what is the correct way to get the detailed call log?


3 replies

Hi Patrick,

The correct URI for the detailed call log view is :

https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/call-log?view=Detailed
The 400 error is because of the Invalid Authorization. 

You could also look at our API Explorer ( http://ringcentral.github.io/api-explorer/ ) :
  • Get Token  API ( to authenticate your application )
Thank you, this api explorer is handy. Thanks

To resolve the authentication issue of 400, make sure you are using the auth api call correctly.

Request url https://platform.devtest.ringcentral.com/restapi/oauth/token for dev env

More information on Authorization Flows could be found here : https://developer.ringcentral.com/api-docs/latest/index.html#!#AuthorizationFlows.html

Reply