After upgrading to 10.2 CU3 we have to move from V0 to V1 of the API.
I'm trying to understand how to use GetElementByName, but I get "Not Allowed".
How do i allow this?
I'm able to get a connection ID with ConnectApp, and I'm able to use GetActiveAlarmsForElement with the provided connection ID.
The user (which credentials you have used to connect with the API) should have permission to access the specified element. The security can be configured in Cube, in "System Center", "Users & Groups". Verify if the user has the "Elements: Access" permission, and under "Views" if the user has access to the specified element.
That was the missing link.
Thanks a lot !