RequestAccountComments
Request comments for the specified account
Request format
{
"Login": "123456",
"Nodes": [
"Node1"
],
"RequestId": "e10fbea8-7a2a-41c4-b2ec-90b6bdcfeb2b",
"RequestName": "RequestAccountComments"
}
Request parameters:
| Name | Description |
|---|---|
| Login | The login for which you want to get unremoved comments. |
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the trigger is updated (the validator is running) |
Response ResponseAccountComments
{
"Result": [
{
"Node": "First",
"Platform": "Mt4",
"Result": [
{
"Id": "aaabdc1d-11ad-4752-8d85-a9c66997b376",
"Actor": "AI",
"Time": "2017-03-23 19:24:24:000",
"Login": "123456",
"Comment": "cheater test"
}
],
"ResponseNode": "ResponseNodeAccountComments"
}
],
"RequestId": "fecbdc1d-11ad-4752-8d85-a9c66997b266",
"ResponseMaster": "ResponseAccountComments"
}