hi, I would like to know if it is possible to get a list os services from a DMS and the detail of the protocol version of each of them via API.
thanks
Hi Jesus,
We have the following API available: GetServicesForView | DataMiner Docs.
If you select the Root View (ID:-1), and set the includeSubViews to true, you will get the list of all services in the DMS with their information. More regarding the output you'll receive: DMAElement | DataMiner Docs.
Kind regards,

Hi Jesus,
I also get the same result as you when testing, no protocol nor protocol version. It seems it might be because we're retrieving a service element rather than a traditional element.
That said, to be sure whether this is expected behavior or a bug, I recommend reaching out to TechSupport.
thanks Catarina. The problem seem to be that some fileds are empty using thst method, e.g. <ProtocolName/> and <ProtocolVersion/>. Any idea why it is happening?