Rounds

Request: GET

Returns a list of competition rounds that the user has access to.

HTTP Request

GET /v1/{sport}/competitions/{competitionId}/rounds
GET /v1/{sport}/competitions/{competitionId}/pools/{poolNumber}/rounds
GET /v1/{sport}/competitions/{competitionId}/phaseName/{phaseName}/pools/{poolNumber}/rounds

Parameters

Parameter Name Value Description
Required Parameters
sport string The sport for which you are making the request
competitionId string The competition for which you are making the request
Optional Parameters
matchType string Type of round
  • PRESEASON Preseason
  • REGULAR Regular (Home & Away)
  • FINALS Finals
poolNumber integer Pool number
phaseName string phaseName
useExternalForLeague integer If this value is set to the leagueId for the round, then the URL parameters poolNumber and competitionId will instead refer to the externalId fields of their respective entities in that league.

Request Body

Do not supply a request body with this method.

Response

If successful this method returns a list of Rounds resources.