I need to display list of edges for a particular org on a web page.
How do I this? Do I have to keep polling for the xml for at regular interval, parse the xml packets and display the details? Or, is there any straight forward method to do this without parsing?
Thanks fro the reply jcp. Will you have any code samples that makes an API call? for instance if I choose to create the page using .NET, do I have to install Visual studio?
Hi Suresh,
Have a look into the developer-tools https://developer.mypurecloud.com/developer-tools/#/ (note you may have to change the top domain name to match your region)
In the code editor section there is some documentation on running the Get Edges request. I don't think there is documentation specificaly for .NET but the one available should help with the coding.