POST api/v1/topicv1/GetRealtimeGuessList
Request Information
URI Parameters
None.
Body Parameters
RealtimeGuessListParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicId | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TopicId": 1,
"PageIndex": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<RealtimeGuessListParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIT.AppApi.Models.v1.Params.Info"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models">2</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models">3</PageSize> <TopicId>1</TopicId> </RealtimeGuessListParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageListOfRealtimeGuessListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPage | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Items | Collection of RealtimeGuessListDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"TotalPage": 3,
"TotalCount": 4,
"Items": [
{
"UserId": 1,
"Avatar": "sample string 2",
"UserName": "sample string 3",
"NickName": "sample string 4",
"GuessAmount": 5.0,
"GuessDirection": 6,
"GuessTime": "2025-12-06T04:32:55.4018763+00:00",
"GuessTimestamp": 8,
"GuessTimesSpan": "sample string 9"
},
{
"UserId": 1,
"Avatar": "sample string 2",
"UserName": "sample string 3",
"NickName": "sample string 4",
"GuessAmount": 5.0,
"GuessDirection": 6,
"GuessTime": "2025-12-06T04:32:55.4018763+00:00",
"GuessTimestamp": 8,
"GuessTimesSpan": "sample string 9"
}
]
}
text/xml
Sample:
<PageListOfRealtimeGuessListDtov4v4Uyl1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Infrastructure.Collections">
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd">
<d2p1:RealtimeGuessListDto>
<d2p1:Avatar>sample string 2</d2p1:Avatar>
<d2p1:GuessAmount>5</d2p1:GuessAmount>
<d2p1:GuessDirection>6</d2p1:GuessDirection>
<d2p1:GuessTime>2025-12-06T04:32:55.4018763+00:00</d2p1:GuessTime>
<d2p1:GuessTimesSpan>sample string 9</d2p1:GuessTimesSpan>
<d2p1:GuessTimestamp>8</d2p1:GuessTimestamp>
<d2p1:NickName>sample string 4</d2p1:NickName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:RealtimeGuessListDto>
<d2p1:RealtimeGuessListDto>
<d2p1:Avatar>sample string 2</d2p1:Avatar>
<d2p1:GuessAmount>5</d2p1:GuessAmount>
<d2p1:GuessDirection>6</d2p1:GuessDirection>
<d2p1:GuessTime>2025-12-06T04:32:55.4018763+00:00</d2p1:GuessTime>
<d2p1:GuessTimesSpan>sample string 9</d2p1:GuessTimesSpan>
<d2p1:GuessTimestamp>8</d2p1:GuessTimestamp>
<d2p1:NickName>sample string 4</d2p1:NickName>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:RealtimeGuessListDto>
</Items>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<TotalCount>4</TotalCount>
<TotalPage>3</TotalPage>
</PageListOfRealtimeGuessListDtov4v4Uyl1>