GET api/Match/Current
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MatchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MatchGuid | globally unique identifier |
None. |
|
| CompetitionId | globally unique identifier |
None. |
|
| Team1Name | string |
None. |
|
| Team2Name | string |
None. |
|
| StartDate | date |
None. |
|
| Venue | VenueModel |
None. |
|
| MatchType | MatchTypeModel |
None. |
|
| IsInProgress | boolean |
None. |
|
| IsComplete | boolean |
None. |
|
| ShowGroundReports | boolean |
None. |
|
| ShowPitchAssessmentReports | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MatchGuid": "96ed09e4-c16e-4b02-90cf-c98343e38bde",
"CompetitionId": "4716dc04-9949-41f8-b3bf-415e99066eb0",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2025-12-14T00:09:37.9724961+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2025-12-14T00:09:37.9724961+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "36f8c8cb-d3d9-4ae3-b344-f531bb583775",
"VenueGuid": "94fa6de9-c994-4bb5-9168-476feb96e896",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "4a41ea64-b7dc-429b-b043-da36c273e7f8",
"Match_Description": "sample string 2",
"Display_Name": "sample string 3",
"Match_Days": 4,
"Match_Sessions": 5,
"Match_Innings": 6,
"Match_Overs": 7,
"Number_Batsmen": 8,
"No_Ball_Value": 9,
"Wide_Value": 10,
"Power_Play": true,
"Updated_Power_Play_Rules": true,
"Super_Sub": true,
"Free_Hit": true,
"Minimum_Overs": 15
},
"IsInProgress": true,
"IsComplete": true,
"ShowGroundReports": true,
"ShowPitchAssessmentReports": true
},
{
"MatchGuid": "96ed09e4-c16e-4b02-90cf-c98343e38bde",
"CompetitionId": "4716dc04-9949-41f8-b3bf-415e99066eb0",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2025-12-14T00:09:37.9724961+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2025-12-14T00:09:37.9724961+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "36f8c8cb-d3d9-4ae3-b344-f531bb583775",
"VenueGuid": "94fa6de9-c994-4bb5-9168-476feb96e896",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "4a41ea64-b7dc-429b-b043-da36c273e7f8",
"Match_Description": "sample string 2",
"Display_Name": "sample string 3",
"Match_Days": 4,
"Match_Sessions": 5,
"Match_Innings": 6,
"Match_Overs": 7,
"Number_Batsmen": 8,
"No_Ball_Value": 9,
"Wide_Value": 10,
"Power_Play": true,
"Updated_Power_Play_Rules": true,
"Super_Sub": true,
"Free_Hit": true,
"Minimum_Overs": 15
},
"IsInProgress": true,
"IsComplete": true,
"ShowGroundReports": true,
"ShowPitchAssessmentReports": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMatchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NvPlay.Reporting.Domain.Models.ApiModels">
<MatchModel>
<CompetitionId>4716dc04-9949-41f8-b3bf-415e99066eb0</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>96ed09e4-c16e-4b02-90cf-c98343e38bde</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>4a41ea64-b7dc-429b-b043-da36c273e7f8</MatchTypeID>
<Match_Days>4</Match_Days>
<Match_Description>sample string 2</Match_Description>
<Match_Innings>6</Match_Innings>
<Match_Overs>7</Match_Overs>
<Match_Sessions>5</Match_Sessions>
<Minimum_Overs>15</Minimum_Overs>
<No_Ball_Value>9</No_Ball_Value>
<Number_Batsmen>8</Number_Batsmen>
<Power_Play>true</Power_Play>
<Super_Sub>true</Super_Sub>
<Updated_Power_Play_Rules>true</Updated_Power_Play_Rules>
<Wide_Value>10</Wide_Value>
</MatchType>
<ShowGroundReports>true</ShowGroundReports>
<ShowPitchAssessmentReports>true</ShowPitchAssessmentReports>
<StartDate>2025-12-14T00:09:37.9724961+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>36f8c8cb-d3d9-4ae3-b344-f531bb583775</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2025-12-14T00:09:37.9724961+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>94fa6de9-c994-4bb5-9168-476feb96e896</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
<MatchModel>
<CompetitionId>4716dc04-9949-41f8-b3bf-415e99066eb0</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>96ed09e4-c16e-4b02-90cf-c98343e38bde</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>4a41ea64-b7dc-429b-b043-da36c273e7f8</MatchTypeID>
<Match_Days>4</Match_Days>
<Match_Description>sample string 2</Match_Description>
<Match_Innings>6</Match_Innings>
<Match_Overs>7</Match_Overs>
<Match_Sessions>5</Match_Sessions>
<Minimum_Overs>15</Minimum_Overs>
<No_Ball_Value>9</No_Ball_Value>
<Number_Batsmen>8</Number_Batsmen>
<Power_Play>true</Power_Play>
<Super_Sub>true</Super_Sub>
<Updated_Power_Play_Rules>true</Updated_Power_Play_Rules>
<Wide_Value>10</Wide_Value>
</MatchType>
<ShowGroundReports>true</ShowGroundReports>
<ShowPitchAssessmentReports>true</ShowPitchAssessmentReports>
<StartDate>2025-12-14T00:09:37.9724961+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>36f8c8cb-d3d9-4ae3-b344-f531bb583775</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2025-12-14T00:09:37.9724961+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>94fa6de9-c994-4bb5-9168-476feb96e896</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
</ArrayOfMatchModel>