Hi all
I need to know if there is a way via dataminer web services to fetch the parameter description, I'm trying with the "GetAlarms" by using the filter object with the value "description" in the Columns array, but it didn't return nothing
I don't get if I'm using something wrong or I need to use another wb
Hi Marco,
You can get info about a parameter by using the GetParameter request in the JSON APIs. The response will contain all the info about the parameter: ID, name, description, ... . Note that ParameterName matches with the <Description> tag in the protocol.