Skip to content
Last updated

Get Game Round Details Page URL

Provides GP with details about the required game round.

API Call Sample:

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"