GET api/TournamentCompetitionRounds

List all Tournament Competition Rounds

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TournamentCompetitionRound
NameDescriptionTypeAdditional information
TournamentCompetitionRoundId

integer

None.

TournamentCompetitionRoundName

string

None.

NoOfTotalMatches

integer

None.

NoOfQualificationRound

integer

None.

IsActive

boolean

None.

CreatedDateTime

date

None.

LastUpdatedDateTime

date

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TournamentCompetitionRoundId": 1,
    "TournamentCompetitionRoundName": "sample string 2",
    "NoOfTotalMatches": 3,
    "NoOfQualificationRound": 4,
    "IsActive": true,
    "CreatedDateTime": "2025-07-18T16:10:02.3910526+00:00",
    "LastUpdatedDateTime": "2025-07-18T16:10:02.3910526+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true
  },
  {
    "TournamentCompetitionRoundId": 1,
    "TournamentCompetitionRoundName": "sample string 2",
    "NoOfTotalMatches": 3,
    "NoOfQualificationRound": 4,
    "IsActive": true,
    "CreatedDateTime": "2025-07-18T16:10:02.3910526+00:00",
    "LastUpdatedDateTime": "2025-07-18T16:10:02.3910526+00:00",
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "IsDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfTournamentCompetitionRound xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <TournamentCompetitionRound>
    <CreatedBy>1</CreatedBy>
    <CreatedDateTime>2025-07-18T16:10:02.3910526+00:00</CreatedDateTime>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:10:02.3910526+00:00</LastUpdatedDateTime>
    <NoOfQualificationRound>4</NoOfQualificationRound>
    <NoOfTotalMatches>3</NoOfTotalMatches>
    <TournamentCompetitionRoundId>1</TournamentCompetitionRoundId>
    <TournamentCompetitionRoundName>sample string 2</TournamentCompetitionRoundName>
  </TournamentCompetitionRound>
  <TournamentCompetitionRound>
    <CreatedBy>1</CreatedBy>
    <CreatedDateTime>2025-07-18T16:10:02.3910526+00:00</CreatedDateTime>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:10:02.3910526+00:00</LastUpdatedDateTime>
    <NoOfQualificationRound>4</NoOfQualificationRound>
    <NoOfTotalMatches>3</NoOfTotalMatches>
    <TournamentCompetitionRoundId>1</TournamentCompetitionRoundId>
    <TournamentCompetitionRoundName>sample string 2</TournamentCompetitionRoundName>
  </TournamentCompetitionRound>
</ArrayOfTournamentCompetitionRound>