This is a simple C# application that uses RestSharp library to demonstrate how to call RingCentral Call Performance API. The resulting JSON is rendered on the standard console. You would need to implement Authentication with RingCentral to run this demo application.
More information about that can be found in the developer guide.
- .Net SDK (.Net or .Net Core)
- RestSharp Library
- Have a RingCentral Application with 'Analytics Permission'
- Get the RingCentral Application ID & Secret Key from Developer Dashboard - Production Credentials as that will be used for authentication purpose
- Clone/Download this GitHub Repository
- Navigate to the WebAPIClient folder
- Edit the "Program.cs" file by adding authentication support. For more information regarding the same refer to this guide.
- Compile and Run the program by executing the following commands
dotnet add package RestSharp
dotnet run
- Open Console to see the JSON Response of the Call Performance API Execution