GET LotteryForum/Messages_GetReplyByCustomerLoto/{CustomerLotoId}/{pageIndex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerLotoId

string

Required

pageIndex

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfMessagesJson
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of MessagesJson

None.

Response 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
    },
    {
      "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
    }
  ]
}