Get a broadcast round
Get information about a broadcast round.
Path parameters
The broadcast tournament slug. Only used for SEO, the slug can be safely replaced by -. Only the broadcastRoundId is actually used.
The broadcast round slug. Only used for SEO, the slug can be safely replaced by -. Only the broadcastRoundId is actually used.
The broadcast Round ID
Response
The information about the broadcast round.
Example response
{
"tour": {
"createdAt": 1722169800000,
"dates": [
1722169800000,
1722666600000
]
}
}Changes
Changed in 3 of the 8 revisions of this API.212
- ▲
removed the required property
round/createdAtfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
round/delayfrom the response with the200statusresponse-optional-property-removed
- ▲
- ▲
the response property
round/ratedbecame optional for the status200response-property-became-optional
- ○
response property
round/finisheddeprecatedresponse-property-deprecated
- ▲
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○