GetParametersForElementSorted
Use this method to retrieve a specific number of element parameters.
Note
Using this method, you can e.g. request element parameters in batches in order to minimize loading time.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
dmaID | Integer | The DataMiner Agent ID. |
elementID | Integer | The element ID. |
index | Integer | The point from which to start returning parameters. |
count | Integer | The number of parameters to be returned. |
orderBy | String | The field(s) by which to order the parameters (separated by semicolons). |
Output
Item | Format | Description |
---|---|---|
GetParametersForElementSortedResult | Array of DMAParameter | The parameters for the specified element, sorted as requested. |