GET api/pitchassessment/getmatches
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": "c03d80cc-c9e6-4bf2-b739-cfc46ce32417",
"CompetitionId": "0f2ff0e4-f6b7-4a84-872c-e8a5a1704bee",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2026-02-21T04:40:06.409712+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2026-02-21T04:40:06.409712+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "f6e7f052-2f30-4ad1-9be7-6ea4928ae299",
"VenueGuid": "43d8cba0-6db3-44cd-8f97-707fa1672681",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "338b1487-55bd-4c0f-80ee-b6e718710da2",
"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": "c03d80cc-c9e6-4bf2-b739-cfc46ce32417",
"CompetitionId": "0f2ff0e4-f6b7-4a84-872c-e8a5a1704bee",
"Team1Name": "sample string 3",
"Team2Name": "sample string 4",
"StartDate": "2026-02-21T04:40:06.409712+13:00",
"Venue": {
"Name": "sample string 1",
"gVenueCountry": "sample string 2",
"IsApproved": true,
"ModifiedDate": "2026-02-21T04:40:06.409712+13:00",
"ModifiedByUserId": 5,
"ModifiedByInstallationGuid": "f6e7f052-2f30-4ad1-9be7-6ea4928ae299",
"VenueGuid": "43d8cba0-6db3-44cd-8f97-707fa1672681",
"Venue_Name": "sample string 8"
},
"MatchType": {
"MatchTypeID": "338b1487-55bd-4c0f-80ee-b6e718710da2",
"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>0f2ff0e4-f6b7-4a84-872c-e8a5a1704bee</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>c03d80cc-c9e6-4bf2-b739-cfc46ce32417</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>338b1487-55bd-4c0f-80ee-b6e718710da2</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.409712+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>f6e7f052-2f30-4ad1-9be7-6ea4928ae299</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2026-02-21T04:40:06.409712+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>43d8cba0-6db3-44cd-8f97-707fa1672681</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
<MatchModel>
<CompetitionId>0f2ff0e4-f6b7-4a84-872c-e8a5a1704bee</CompetitionId>
<IsComplete>true</IsComplete>
<IsInProgress>true</IsInProgress>
<MatchGuid>c03d80cc-c9e6-4bf2-b739-cfc46ce32417</MatchGuid>
<MatchType>
<Display_Name>sample string 3</Display_Name>
<Free_Hit>true</Free_Hit>
<MatchTypeID>338b1487-55bd-4c0f-80ee-b6e718710da2</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.409712+13:00</StartDate>
<Team1Name>sample string 3</Team1Name>
<Team2Name>sample string 4</Team2Name>
<Venue>
<IsApproved>true</IsApproved>
<ModifiedByInstallationGuid>f6e7f052-2f30-4ad1-9be7-6ea4928ae299</ModifiedByInstallationGuid>
<ModifiedByUserId>5</ModifiedByUserId>
<ModifiedDate>2026-02-21T04:40:06.409712+13:00</ModifiedDate>
<Name>sample string 1</Name>
<VenueGuid>43d8cba0-6db3-44cd-8f97-707fa1672681</VenueGuid>
<Venue_Name>sample string 8</Venue_Name>
<gVenueCountry>sample string 2</gVenueCountry>
</Venue>
</MatchModel>
</ArrayOfMatchModel>