GET LotteryKQMax3D/Page?LotteryDate={LotteryDate}&PageIndex={PageIndex}&PageSize={PageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LotteryDate | string |
Default value is |
|
| PageIndex | integer |
Default value is 1 |
|
| PageSize | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfListOfLotteryResultMax3DData| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | Collection of LotteryResultMax3DData |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"OpenDateTime": "2025-12-26T21:18:48.4369521+07:00",
"OpenDateTimeStr": "sample string 2",
"RollingNo": "sample string 3",
"Numbers": [
{
"LotteryMax3DNumber": "sample string 1",
"LotteryMax3DPrizeTypeId": "sample string 2",
"LotteryMax3DPrizeTypeName": "sample string 3"
},
{
"LotteryMax3DNumber": "sample string 1",
"LotteryMax3DPrizeTypeId": "sample string 2",
"LotteryMax3DPrizeTypeName": "sample string 3"
}
],
"Prizes": [
{
"LotteryMax3DPlayTypeId": "sample string 1",
"LotteryMax3DPrizeTypeName": "sample string 2",
"LotteryMax3DPrizeTypeDesc": "sample string 3",
"LotteryMax3DPrizeTypeValue": "sample string 4",
"PrizeNumber": "sample string 5"
},
{
"LotteryMax3DPlayTypeId": "sample string 1",
"LotteryMax3DPrizeTypeName": "sample string 2",
"LotteryMax3DPrizeTypeDesc": "sample string 3",
"LotteryMax3DPrizeTypeValue": "sample string 4",
"PrizeNumber": "sample string 5"
}
]
},
{
"OpenDateTime": "2025-12-26T21:18:48.4369521+07:00",
"OpenDateTimeStr": "sample string 2",
"RollingNo": "sample string 3",
"Numbers": [
{
"LotteryMax3DNumber": "sample string 1",
"LotteryMax3DPrizeTypeId": "sample string 2",
"LotteryMax3DPrizeTypeName": "sample string 3"
},
{
"LotteryMax3DNumber": "sample string 1",
"LotteryMax3DPrizeTypeId": "sample string 2",
"LotteryMax3DPrizeTypeName": "sample string 3"
}
],
"Prizes": [
{
"LotteryMax3DPlayTypeId": "sample string 1",
"LotteryMax3DPrizeTypeName": "sample string 2",
"LotteryMax3DPrizeTypeDesc": "sample string 3",
"LotteryMax3DPrizeTypeValue": "sample string 4",
"PrizeNumber": "sample string 5"
},
{
"LotteryMax3DPlayTypeId": "sample string 1",
"LotteryMax3DPrizeTypeName": "sample string 2",
"LotteryMax3DPrizeTypeDesc": "sample string 3",
"LotteryMax3DPrizeTypeValue": "sample string 4",
"PrizeNumber": "sample string 5"
}
]
}
]
}