Get a broadcast playday

GET operation for /v1/events/{eventId}/playdays/{resourceId}.

GET/v1/events/{eventId}/playdays/{resourceId}

Parameters #

PropertyTypeLocationDescription
eventIdstringRequiredpath-
resourceIdstringRequiredpath-

Request #

curl --request GET 'https://api.strave.gg/v1/events/EVENT_ID/playdays/RESOURCE_ID' \
  --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
dataobjectRequired-
idstringRequired-
eventIdstringRequired-
playdayKeystringRequired-
datestringRequired-
stageIdstringRequired-
matchIdsstring[]Required-
liveMatchIdstring | nullRequired-
liveMatchStartedAtnumber | nullRequired-
overlayScoreAnumber | nullRequired-
overlayScoreBnumber | nullRequired-
isLivebooleanRequired-
createdAtnumberRequired-
updatedAtnumberRequired-