GET api/gatherJingzu/GetUnfinishedMatch
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultMsgOfListOfShortMatchJingzuLine| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ShortMatchJingzuLine |
None. |
|
| totalCount | integer |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"matchId": "sample string 1",
"matchName": "sample string 2",
"matchDate": "2026-06-06 05:23:57"
},
{
"matchId": "sample string 1",
"matchName": "sample string 2",
"matchDate": "2026-06-06 05:23:57"
}
],
"totalCount": 1,
"success": true,
"message": "sample string 3",
"code": 4
}
application/xml, text/xml
Sample:
<ResultMsgOfArrayOfShortMatchJingzuLineALswuAHS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.Model">
<Code>4</Code>
<Message>sample string 3</Message>
<Success>true</Success>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.WebApi.Controllers">
<d2p1:ShortMatchJingzuLine>
<d2p1:matchDate>2026-06-06T05:23:57.0878092+08:00</d2p1:matchDate>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:matchName>sample string 2</d2p1:matchName>
</d2p1:ShortMatchJingzuLine>
<d2p1:ShortMatchJingzuLine>
<d2p1:matchDate>2026-06-06T05:23:57.0878092+08:00</d2p1:matchDate>
<d2p1:matchId>sample string 1</d2p1:matchId>
<d2p1:matchName>sample string 2</d2p1:matchName>
</d2p1:ShortMatchJingzuLine>
</Data>
<Total>1</Total>
</ResultMsgOfArrayOfShortMatchJingzuLineALswuAHS>