GetAllRedundancyGroupsSorted
Use this method to retrieve a specific number of redundancy groups.
Note
Using this method, you can e.g. request redundancy groups in batches in order to minimize loading time.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
index | Integer | The point from which to start returning redundancy groups. |
count | Integer | The number of redundancy groups to be returned. |
orderBy | String | The field(s) by which to order the redundancy groups (separated by semicolons). |
Output
Item | Format | Description |
---|---|---|
GetAllRedundancyGroupsSortedResult | Array of DMARedundancyGroup | The redundancy groups, sorted as requested. |