Retrieve Interconnect Recordings using Protocol intergration

Hi

I was not able to find a way to retrieve Interconnect Recordings using Protocol integration.

The same that you can do in SmartClient where the selected Recordings are copied to the central site.

How can this be done?

BR

You can ask the recording server to retrieve edge recordings using Configuration API.

You can see it if you explore the Config API Client sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

The sample is a bit of a mix between a protocol sample and a component sample, so I would like to point to..

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_configurationapi.html&tree=tree_4.html

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

Using the REST API I believe this is the correct approach to do this:

@Bo Ellegård Andersen (Milestone Systems)​ Am I right?

Yes, I think you are right, I think it is the correct task.