Returns a list of competition rounds that the user has access to.
			GET /v1/{sport}/competitions/{competitionId}/rounds
			GET /v1/{sport}/competitions/{competitionId}/pools/{poolNumber}/rounds
			GET /v1/{sport}/competitions/{competitionId}/phaseName/{phaseName}/pools/{poolNumber}/rounds
			
		| 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 
 | 
| poolNumber | integer | Pool number | 
| phaseName | string | phaseName | 
| useExternalForLeague | integer | If this value is set to the leagueId for the round, then the URL parameters poolNumberandcompetitionIdwill instead refer to theexternalIdfields of their respective entities in that league. | 
Do not supply a request body with this method.
If successful this method returns a list of Rounds resources.