GET LotteryForum/Messages_Get/{MessageId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
MessageId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "MessageId": 1,
    "MessageTitle": "sample string 2",
    "MessageContent": "sample string 3",
    "CustomerId": 4,
    "StatusId": 64,
    "Created": "sample string 6",
    "TopicId": 7,
    "Author": "sample string 8",
    "Identifier": "sample string 9",
    "Application": "sample string 10",
    "Platform": "sample string 11",
    "ParentId": 12,
    "CustomerLotoId": 13,
    "LotoArr": {
      "CustomerLotoId": 1,
      "CustomerId": 2,
      "LotteryId": 3,
      "LotteryGroupId": 64,
      "DayPointTotal": 5,
      "PlayDate": "sample string 6",
      "LotoList": "sample string 7",
      "CustomerScore": 8,
      "CustomerNick": "sample string 9"
    },
    "CustomerScore": 14,
    "LotoList": "sample string 15",
    "LikeCounter": 16,
    "ReplyCounter": 17
  }
}