This API request enables the operator to check the specific round history as in a graphical representation.
GameRoundHistory() Request
Type | Input |
---|---|
HTTP Method | POST |
API URL | https://<API_BASE_URL>/games/game-round-history/ |
Headers | "Content-Type": "application/json" |
POST Parameters | json object e.g.: { |
Parameters | Type | Description |
---|---|---|
api_key | String | API Key allocated to each front-end |
game_id | Integer | Unique ID of game. |
player_id | String | Id of the player. |
round_id | Integer | Round ID of each play / spin |
language | String | Language the game UI will be played in. |
GameRoundHistory() Response & Example
{
"result": {
"round_info": "https://games.dragongaming.com/games/slots/logs/round.html?gameRoundId=1235136891&gameType=slots&language=en"
}
}
Object/Key in Response Object | Type | Description |
---|---|---|
result | JSON Object | Key result contains the JSON object as value. |
result.round_info | String | URL of player history |