GameRoundHistory() API
This API request enables operator to check the specific round player history as in a graphical represenation.
POST /games/game-round-history/
JSON
Host: https://test-api.netgaming.com/v1/
{
"api_key": "1pghjl4v5apt2bks",
"game_type": "slots",
"game_id": 42,
"round_id": 576492,
"player_id": "gv-3453"
}
| Parameters | Type | Description |
| api_key | String | API Key allocated to each frontend |
| game_type | String | Type of the game. Ex: slots, table_games, scrath_cards |
| game_id | Integer | Providers game id. |
| round_id | Integer | Unique ID of each round/spin. |
| player_id | String | Unique ID of player. |
Response Example
{ "result": { "round_info": "https://staging-games.netgaming.com/games/roulette/logs/round.html?round_id=576492&gameType=table_games&language=en&hash_code=a0406b45d7b35b92960bcab7aec49f08" } }
| Parameters | Type | Description |
| result | JSON Object | Response status |
| result.round_info | String |
URL of player history. |