List event rounds

GET operation for /v1/events/{eventId}/rounds.

GET/v1/events/{eventId}/rounds

Parameters #

PropertyTypeLocationDescription
eventIdstringRequiredpath-
stageIdstringquery-
groupIdstringquery-

Request #

curl --request GET 'https://api.strave.gg/v1/events/EVENT_ID/rounds' \
  --header 'Authorization: Bearer $STRAVE_API_KEY'

Response #

200Response for status 200
application/json
401Response for status 401
application/json
404Response for status 404
application/json
429Response for status 429
application/json
500Response for status 500
application/json
PropertyTypeDescription
dataobject[]Required-
idstringRequired-
eventIdstringRequired-
stageIdstringRequired-
groupIdstringRequired-
roundNumbernumberRequired-
labelstring | nullRequired-
bracketSidestring | nullRequired-
bestOfnumber | nullRequired-
metaobjectRequired-
countnumberRequired-