GET api/GatherJinglan/GetUnfinishedMatch

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultMsgOfListOfShortMatchJinglanLine
NameDescriptionTypeAdditional information
data

Collection of ShortMatchJinglanLine

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:51"
    },
    {
      "matchId": "sample string 1",
      "matchName": "sample string 2",
      "matchDate": "2026-06-06 05:23:51"
    }
  ],
  "totalCount": 1,
  "success": true,
  "message": "sample string 3",
  "code": 4
}

application/xml, text/xml

Sample:
<ResultMsgOfArrayOfShortMatchJinglanLineALswuAHS 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:ShortMatchJinglanLine>
      <d2p1:matchDate>2026-06-06T05:23:51.9942044+08:00</d2p1:matchDate>
      <d2p1:matchId>sample string 1</d2p1:matchId>
      <d2p1:matchName>sample string 2</d2p1:matchName>
    </d2p1:ShortMatchJinglanLine>
    <d2p1:ShortMatchJinglanLine>
      <d2p1:matchDate>2026-06-06T05:23:51.9942044+08:00</d2p1:matchDate>
      <d2p1:matchId>sample string 1</d2p1:matchId>
      <d2p1:matchName>sample string 2</d2p1:matchName>
    </d2p1:ShortMatchJinglanLine>
  </Data>
  <Total>1</Total>
</ResultMsgOfArrayOfShortMatchJinglanLineALswuAHS>