GET api/V1/tournaments/{tournamentId}

Get Turnament basedon TurnamentID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tournamentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

NffTournament
NameDescriptionTypeAdditional information
Id

integer

None.

TournamentId

integer

None.

TournamentName

string

None.

AgeCategoryId

integer

None.

DistrictId

integer

None.

Division

integer

None.

GenderId

integer

None.

Group

integer

None.

HalfTimeBreakInMin

integer

None.

LastChangedDate

date

None.

MatchPeriodDurationInMin

integer

None.

NumberOfMatchPeriods

integer

None.

NumberOfPromotedTeams

integer

None.

NumberOfRelegatedTeams

integer

None.

NumberOfTeams

integer

None.

NumberOfTeamsQualifiedForPromotion

integer

None.

NumberOfTeamsQualifiedForRelegation

integer

None.

PublishResult

boolean

None.

PublishTournamentTable

boolean

None.

PushChanges

boolean

None.

SeasonId

integer

None.

StartDateFirstTournamentRound

date

None.

TournamentAgeCategory

integer

None.

TournamentNumber

string

None.

TournamentStatusId

integer

None.

TournamentTypeId

integer

None.

PlayersOnField

integer

None.

PlayFormName

string

None.

TournamentTableTeams

Collection of TournamentTableTeam

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tournamentId": 2,
  "tournamentName": "sample string 3",
  "ageCategoryId": 4,
  "districtId": 5,
  "division": 6,
  "genderId": 7,
  "group": 8,
  "halfTimeBreakInMin": 9,
  "lastChangedDate": "2026-01-01T10:39:38.5580832Z",
  "matchPeriodDurationInMin": 11,
  "numberOfMatchPeriods": 12,
  "numberOfPromotedTeams": 13,
  "numberOfRelegatedTeams": 14,
  "numberOfTeams": 15,
  "numberOfTeamsQualifiedForPromotion": 16,
  "numberOfTeamsQualifiedForRelegation": 17,
  "publishResult": true,
  "publishTournamentTable": true,
  "pushChanges": true,
  "seasonId": 21,
  "startDateFirstTournamentRound": "2026-01-01T10:39:38.5580832Z",
  "tournamentAgeCategory": 23,
  "tournamentNumber": "sample string 24",
  "tournamentStatusId": 25,
  "tournamentTypeId": 26,
  "playersOnField": 27,
  "playFormName": "sample string 28",
  "tournamentTableTeams": [
    {
      "tournamentTeamId": 1,
      "teamId": 2,
      "teamName": "sample string 3",
      "awayGoalDifference": 4,
      "awayGoalsAgainst": 5,
      "awayGoalsScored": 6,
      "awayMatchesDraw": 7,
      "awayMatchesLost": 8,
      "awayMatchesPlayed": 9,
      "awayMatchesWon": 10,
      "awayPoints": 11,
      "contactPersonEmail": "sample string 12",
      "contactPersonInfoHidden": true,
      "contactPersonMobilePhone": "sample string 14",
      "contactPersonName": "sample string 15",
      "homeGoalDifference": 16,
      "homeGoalsAgainst": 17,
      "homeGoalsScored": 18,
      "homeMatchesDraw": 19,
      "homeMatchesLost": 20,
      "homeMatchesPlayed": 21,
      "homeMatchesWon": 22,
      "homePoints": 23,
      "tablePosition": 24,
      "teamNameInTournament": "sample string 25",
      "totalGoalDifference": 26,
      "totalGoalsAgainst": 27,
      "totalGoalsScored": 28,
      "totalMatchesDraw": 29,
      "totalMatchesLost": 30,
      "totalMatchesPlayed": 31,
      "totalMatchesWon": 32,
      "totalPoints": 33,
      "tournamentId": 34
    },
    {
      "tournamentTeamId": 1,
      "teamId": 2,
      "teamName": "sample string 3",
      "awayGoalDifference": 4,
      "awayGoalsAgainst": 5,
      "awayGoalsScored": 6,
      "awayMatchesDraw": 7,
      "awayMatchesLost": 8,
      "awayMatchesPlayed": 9,
      "awayMatchesWon": 10,
      "awayPoints": 11,
      "contactPersonEmail": "sample string 12",
      "contactPersonInfoHidden": true,
      "contactPersonMobilePhone": "sample string 14",
      "contactPersonName": "sample string 15",
      "homeGoalDifference": 16,
      "homeGoalsAgainst": 17,
      "homeGoalsScored": 18,
      "homeMatchesDraw": 19,
      "homeMatchesLost": 20,
      "homeMatchesPlayed": 21,
      "homeMatchesWon": 22,
      "homePoints": 23,
      "tablePosition": 24,
      "teamNameInTournament": "sample string 25",
      "totalGoalDifference": 26,
      "totalGoalsAgainst": 27,
      "totalGoalsScored": 28,
      "totalMatchesDraw": 29,
      "totalMatchesLost": 30,
      "totalMatchesPlayed": 31,
      "totalMatchesWon": 32,
      "totalPoints": 33,
      "tournamentId": 34
    }
  ]
}

application/xml, text/xml

Sample:
<NffTournament xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
  <AgeCategoryId>4</AgeCategoryId>
  <DistrictId>5</DistrictId>
  <Division>6</Division>
  <GenderId>7</GenderId>
  <Group>8</Group>
  <HalfTimeBreakInMin>9</HalfTimeBreakInMin>
  <Id>1</Id>
  <LastChangedDate>2026-01-01T11:39:38.5580832+01:00</LastChangedDate>
  <MatchPeriodDurationInMin>11</MatchPeriodDurationInMin>
  <NumberOfMatchPeriods>12</NumberOfMatchPeriods>
  <NumberOfPromotedTeams>13</NumberOfPromotedTeams>
  <NumberOfRelegatedTeams>14</NumberOfRelegatedTeams>
  <NumberOfTeams>15</NumberOfTeams>
  <NumberOfTeamsQualifiedForPromotion>16</NumberOfTeamsQualifiedForPromotion>
  <NumberOfTeamsQualifiedForRelegation>17</NumberOfTeamsQualifiedForRelegation>
  <PlayFormName>sample string 28</PlayFormName>
  <PlayersOnField>27</PlayersOnField>
  <PublishResult>true</PublishResult>
  <PublishTournamentTable>true</PublishTournamentTable>
  <PushChanges>true</PushChanges>
  <SeasonId>21</SeasonId>
  <StartDateFirstTournamentRound>2026-01-01T11:39:38.5580832+01:00</StartDateFirstTournamentRound>
  <TournamentAgeCategory>23</TournamentAgeCategory>
  <TournamentId>2</TournamentId>
  <TournamentName>sample string 3</TournamentName>
  <TournamentNumber>sample string 24</TournamentNumber>
  <TournamentStatusId>25</TournamentStatusId>
  <TournamentTableTeams>
    <TournamentTableTeam>
      <AwayGoalDifference>4</AwayGoalDifference>
      <AwayGoalsAgainst>5</AwayGoalsAgainst>
      <AwayGoalsScored>6</AwayGoalsScored>
      <AwayMatchesDraw>7</AwayMatchesDraw>
      <AwayMatchesLost>8</AwayMatchesLost>
      <AwayMatchesPlayed>9</AwayMatchesPlayed>
      <AwayMatchesWon>10</AwayMatchesWon>
      <AwayPoints>11</AwayPoints>
      <ContactPersonEmail>sample string 12</ContactPersonEmail>
      <ContactPersonInfoHidden>true</ContactPersonInfoHidden>
      <ContactPersonMobilePhone>sample string 14</ContactPersonMobilePhone>
      <ContactPersonName>sample string 15</ContactPersonName>
      <HomeGoalDifference>16</HomeGoalDifference>
      <HomeGoalsAgainst>17</HomeGoalsAgainst>
      <HomeGoalsScored>18</HomeGoalsScored>
      <HomeMatchesDraw>19</HomeMatchesDraw>
      <HomeMatchesLost>20</HomeMatchesLost>
      <HomeMatchesPlayed>21</HomeMatchesPlayed>
      <HomeMatchesWon>22</HomeMatchesWon>
      <HomePoints>23</HomePoints>
      <TablePosition>24</TablePosition>
      <TeamId>2</TeamId>
      <TeamName>sample string 3</TeamName>
      <TeamNameInTournament>sample string 25</TeamNameInTournament>
      <TotalGoalDifference>26</TotalGoalDifference>
      <TotalGoalsAgainst>27</TotalGoalsAgainst>
      <TotalGoalsScored>28</TotalGoalsScored>
      <TotalMatchesDraw>29</TotalMatchesDraw>
      <TotalMatchesLost>30</TotalMatchesLost>
      <TotalMatchesPlayed>31</TotalMatchesPlayed>
      <TotalMatchesWon>32</TotalMatchesWon>
      <TotalPoints>33</TotalPoints>
      <TournamentId>34</TournamentId>
      <TournamentTeamId>1</TournamentTeamId>
    </TournamentTableTeam>
    <TournamentTableTeam>
      <AwayGoalDifference>4</AwayGoalDifference>
      <AwayGoalsAgainst>5</AwayGoalsAgainst>
      <AwayGoalsScored>6</AwayGoalsScored>
      <AwayMatchesDraw>7</AwayMatchesDraw>
      <AwayMatchesLost>8</AwayMatchesLost>
      <AwayMatchesPlayed>9</AwayMatchesPlayed>
      <AwayMatchesWon>10</AwayMatchesWon>
      <AwayPoints>11</AwayPoints>
      <ContactPersonEmail>sample string 12</ContactPersonEmail>
      <ContactPersonInfoHidden>true</ContactPersonInfoHidden>
      <ContactPersonMobilePhone>sample string 14</ContactPersonMobilePhone>
      <ContactPersonName>sample string 15</ContactPersonName>
      <HomeGoalDifference>16</HomeGoalDifference>
      <HomeGoalsAgainst>17</HomeGoalsAgainst>
      <HomeGoalsScored>18</HomeGoalsScored>
      <HomeMatchesDraw>19</HomeMatchesDraw>
      <HomeMatchesLost>20</HomeMatchesLost>
      <HomeMatchesPlayed>21</HomeMatchesPlayed>
      <HomeMatchesWon>22</HomeMatchesWon>
      <HomePoints>23</HomePoints>
      <TablePosition>24</TablePosition>
      <TeamId>2</TeamId>
      <TeamName>sample string 3</TeamName>
      <TeamNameInTournament>sample string 25</TeamNameInTournament>
      <TotalGoalDifference>26</TotalGoalDifference>
      <TotalGoalsAgainst>27</TotalGoalsAgainst>
      <TotalGoalsScored>28</TotalGoalsScored>
      <TotalMatchesDraw>29</TotalMatchesDraw>
      <TotalMatchesLost>30</TotalMatchesLost>
      <TotalMatchesPlayed>31</TotalMatchesPlayed>
      <TotalMatchesWon>32</TotalMatchesWon>
      <TotalPoints>33</TotalPoints>
      <TournamentId>34</TournamentId>
      <TournamentTeamId>1</TournamentTeamId>
    </TournamentTableTeam>
  </TournamentTableTeams>
  <TournamentTypeId>26</TournamentTypeId>
</NffTournament>