GET api/server/GetGameInputIncompleteList?gameid={gameid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gameid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of oGameInput| Name | Description | Type | Additional information |
|---|---|---|---|
| InputID | integer |
None. |
|
| GameID | integer |
None. |
|
| PlayerID | integer |
None. |
|
| RoundID | integer |
None. |
|
| Title | string |
None. |
|
| BeforeCaption | string |
None. |
|
| AfterCaption | string |
None. |
|
| InputType | string |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| TextInput | string |
None. |
|
| ImageInput | Collection of byte |
None. |
|
| InputStatus | string |
None. |
|
| InputOrder | integer |
None. |
|
| IsComplete | boolean |
None. |
|
| RefID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InputID": 1,
"GameID": 2,
"PlayerID": 3,
"RoundID": 1,
"Title": "sample string 4",
"BeforeCaption": "sample string 5",
"AfterCaption": "sample string 6",
"InputType": "sample string 7",
"CreateTime": "2026-01-01T21:18:59.6161348-08:00",
"UpdateTime": "2026-01-01T21:18:59.6161348-08:00",
"TextInput": "sample string 8",
"ImageInput": "QEA=",
"InputStatus": "sample string 9",
"InputOrder": 1,
"IsComplete": true,
"RefID": 10
},
{
"InputID": 1,
"GameID": 2,
"PlayerID": 3,
"RoundID": 1,
"Title": "sample string 4",
"BeforeCaption": "sample string 5",
"AfterCaption": "sample string 6",
"InputType": "sample string 7",
"CreateTime": "2026-01-01T21:18:59.6161348-08:00",
"UpdateTime": "2026-01-01T21:18:59.6161348-08:00",
"TextInput": "sample string 8",
"ImageInput": "QEA=",
"InputStatus": "sample string 9",
"InputOrder": 1,
"IsComplete": true,
"RefID": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfoGameInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RG.Mobile">
<oGameInput>
<RefID xmlns="http://schemas.datacontract.org/2004/07/RG">10</RefID>
<AfterCaption>sample string 6</AfterCaption>
<BeforeCaption>sample string 5</BeforeCaption>
<CreateTime>2026-01-01T21:18:59.6161348-08:00</CreateTime>
<GameID>2</GameID>
<ImageInput>QEA=</ImageInput>
<InputID>1</InputID>
<InputOrder>1</InputOrder>
<InputStatus>sample string 9</InputStatus>
<InputType>sample string 7</InputType>
<IsComplete>true</IsComplete>
<PlayerID>3</PlayerID>
<RoundID>1</RoundID>
<TextInput>sample string 8</TextInput>
<Title>sample string 4</Title>
<UpdateTime>2026-01-01T21:18:59.6161348-08:00</UpdateTime>
</oGameInput>
<oGameInput>
<RefID xmlns="http://schemas.datacontract.org/2004/07/RG">10</RefID>
<AfterCaption>sample string 6</AfterCaption>
<BeforeCaption>sample string 5</BeforeCaption>
<CreateTime>2026-01-01T21:18:59.6161348-08:00</CreateTime>
<GameID>2</GameID>
<ImageInput>QEA=</ImageInput>
<InputID>1</InputID>
<InputOrder>1</InputOrder>
<InputStatus>sample string 9</InputStatus>
<InputType>sample string 7</InputType>
<IsComplete>true</IsComplete>
<PlayerID>3</PlayerID>
<RoundID>1</RoundID>
<TextInput>sample string 8</TextInput>
<Title>sample string 4</Title>
<UpdateTime>2026-01-01T21:18:59.6161348-08:00</UpdateTime>
</oGameInput>
</ArrayOfoGameInput>