Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 623 Bytes

003-findAllByTestSessionHandle.md

File metadata and controls

28 lines (22 loc) · 623 Bytes

Meta

  • API Name: findAllByTestSessionHandle
  • Owner: Magus
  • Type: Reversed
  • Status: Broken

Summary

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.

Syntax

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": { ... },
  ...
}