- API Name: findAllByTestSessionHandle
- Owner: Magus
- Type: Reversed
- Status: Broken
Get the last games of a player
Note : This API has been described by Magus in this thread, but I couldn't make it work for now.
input :
POST https://www.codingame.com/services/gamesPlayersRankingRemoteService/findAllByTestSessionHandle
body : [id]
- id: The id of a player. You can know it by using the leaderboard API.
output :
(TODO)
{ "id1": { ... },
...
}