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": "1e2c4afa-06d0-4e7d-adb1-1c949a2aab3d",
"CompetitionId": "7ee6afb2-d56e-491f-95a7-b6f3c50b8aa8",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2026-02-21T04:40:06.2065862+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2026-02-21T04:40:06.2065862+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "cd9412a5-aa8a-4f98-96a2-6dd81d51a6f3",
"VenueGuid": "0be3ba4e-080c-4edb-b9b5-9fba00c452b2",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "aa164c49-2f28-4cdf-abd1-266c287eb6ad",
"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": "1e2c4afa-06d0-4e7d-adb1-1c949a2aab3d",
"CompetitionId": "7ee6afb2-d56e-491f-95a7-b6f3c50b8aa8",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2026-02-21T04:40:06.2065862+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2026-02-21T04:40:06.2065862+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "cd9412a5-aa8a-4f98-96a2-6dd81d51a6f3",
"VenueGuid": "0be3ba4e-080c-4edb-b9b5-9fba00c452b2",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "aa164c49-2f28-4cdf-abd1-266c287eb6ad",
"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>7ee6afb2-d56e-491f-95a7-b6f3c50b8aa8</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>1e2c4afa-06d0-4e7d-adb1-1c949a2aab3d</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>aa164c49-2f28-4cdf-abd1-266c287eb6ad</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>2026-02-21T04:40:06.2065862+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>cd9412a5-aa8a-4f98-96a2-6dd81d51a6f3</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2026-02-21T04:40:06.2065862+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>0be3ba4e-080c-4edb-b9b5-9fba00c452b2</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
<MatchModel>
<CompetitionId>7ee6afb2-d56e-491f-95a7-b6f3c50b8aa8</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>1e2c4afa-06d0-4e7d-adb1-1c949a2aab3d</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>aa164c49-2f28-4cdf-abd1-266c287eb6ad</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>2026-02-21T04:40:06.2065862+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>cd9412a5-aa8a-4f98-96a2-6dd81d51a6f3</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2026-02-21T04:40:06.2065862+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>0be3ba4e-080c-4edb-b9b5-9fba00c452b2</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
</ArrayOfMatchModel>