Provides GP with details about the required game round.
API Call Sample:
- stagehttps://asia.stage.rubyplay.io/api/v1/gamehistory/round/{roundId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://asia.stage.rubyplay.io/api/v1/gamehistory/round/{roundId}?language=string&showSummary=false'Response
application/json
{ "url": "https://game.history?token=AABBCC&language=en" }
Response Schema:
urlstring(uri)
The URL of the game round details page.
Example: "https://game.history?token=AABBCC&language=en"