EndpointsRounds

Get player's latest replay

GET/v2/leagues/{league_id}/players/{player_id}/latest-replay

Return the newest watchable episode involving one player in a league.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

league_id*League Id

League associated with the requested resource.

Match^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
player_id*Player Id

Player whose newest replay should be returned.

Match^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$