FileClient

The sports controller.

APIDescription
POST Api/FileClient/OdfBinaryReceiver

The odf.

POST Api/FileClient/OdfTextReceiver

The receive sports data.

POST Api/FileClient/Odf

The receive sports data.

Tournaments

When you want to get more information about the different tournaments, you use the methods under Tournaments. In the list below you will find more information about the different methods under this controller.

APIDescription
GET api/Tournaments

Hello Message is just a test method

GET api/Tournaments/GetCustomerTournaments/{id}

This method is used to get information about tournaments the customer subscribes to. The content in the returned data can be used to get information when using the other methods in this API. We recommend you store this information in some database or as a file and reference this file later. We also recommend you update the database or file from time to time

GET api/Tournaments/GetTournamentById/{id}

Get more information about the tournament by using its Id.

GET api/Tournaments/GetTournamentMatches/{id}

Get matches for the selected tournament

GET api/Tournaments/GetTournamentStanding/{id}

This method returns the current tournament table for the tournament.

GET api/Tournaments/HelloMessage

Hello Message is just a test method

Customer

This controller returns data related to customers

APIDescription
GET api/Customer/{id}

This method returns the districts (municiaplities) the Customer subscribes to.

GET api/Customer

This method returns all customers who subscribes to the sportsdata product.

GET api/Customer/GetCustomerMunicipalities/{id}

This method returns the districts (municiaplities) the Customer subscribes to.

GET api/Customer/GetCustomers

This method returns all customers who subscribes to the sportsdata product.

Season

The season controller.

APIDescription
GET api/Season/{id}

The get org seasons.

GET api/Season/GetOrgSeasons/{id}

The get org seasons.

Robot

The Robot endpoint is used to get data related to customers of NTB who subscribe to robot distribution. Robot distribution is a product where NTBs customers receive an article created by a robot.

APIDescription
GET api/Robot

GET api/Robot/GetRobotCustomers

Match

Match controller is used to control the match api methods

APIDescription
GET api/Match/Match/{id}

DEPRECATED: Use GetMatch instead This method returns more information about the match

GET api/Match/GetMatch/{id}

Method to use when you want a list of todays matches / events

GET api/Match/GetMatchExtended/{id}

This method returns more information about the match

GET api/Match/GetTodayMatches/{id}

Method to use when you want a list of todays matches / events