GET LotteryLoKet/GuessLotos_Report/{LotteryId}/{LotoType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LotteryId

string

Required

LotoType

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfListOfLotosItem
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

Collection of LotosItem

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "Loto": "sample string 1",
      "Counter": 2,
      "Percent": "sample string 3"
    },
    {
      "Loto": "sample string 1",
      "Counter": 2,
      "Percent": "sample string 3"
    }
  ]
}