RequestCustomGroupsSettings
Request to get the all custom groups settings from the specified node
Request format
{
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestCustomGroupsSettings"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| RequestName | Request type |
| Nodes | One node is indicated on which the bonus settings are updated |
ResponseCustomGroupsSettings
{
"Result": [{
"ResponseNode": "ResponseNodeFeatureSettings",
"Node": "Node1",
"Platform": "Mt4",
"Result": [{
"CustomGroupName": "Default01",
"AccountsGroups": {
"Included": [],
"Excluded": [{
"Item": "AllgroupTEST"
}]
},
"Accounts": {
"Included": [],
"Excluded": []
},
"Id": "2c313364-5158-471f-bfc5-4e1443e82a0b",
"SettingsName": "CustomGroupsItemSettings",
"Node": "Second",
"Platform": "Mt4",
"FeatureType": "CustomGroups",
"Enabled": false,
"Description": "Custom Groups"
}, {
"CustomGroupName": "DefaultCustomGroupName",
"AccountsGroups": {
"Included": [],
"Excluded": [{
"Item": "AllgroupTEST"
}]
},
"Accounts": {
"Included": [],
"Excluded": []
},
"Id": "ae7eb0cd-bc0d-4de0-93b1-7fedce75686d",
"SettingsName": "CustomGroupsItemSettings",
"Node": "Second",
"Platform": "Mt4",
"FeatureType": "CustomGroups",
"Enabled": false,
"Description": "Custom Groups"
}]
}],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e5d",
"Errors": [],
"ResponseMaster": "ResponseCustomGroupsSettings"
}