Skip to main content

RequestAccountComments

Request comments for the specified account

Request format

{
"Login": "123456",
"Nodes": [
"Node1"
],
"RequestId": "e10fbea8-7a2a-41c4-b2ec-90b6bdcfeb2b",
"RequestName": "RequestAccountComments"
}

Request parameters:

NameDescription
LoginThe login for which you want to get unremoved comments.
RequestIdUnique request GUID
NodesOne 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"
}