GetParametersByPageForElement
Use this method to retrieve the data of all the parameters on a particular Data Display page of an element.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| dmaID | Integer | The DataMiner Agent ID. |
| elementID | Integer | The element ID. |
| pageName | String | The name of the element page. |
Output
| Item | Format | Description |
|---|---|---|
| GetParametersByPageForElementResult | Array of DMAParameter | The data of all the parameters on the specified element page. |