Returns a list of games available for the operator with the corresponding game files and their hashes.
API Call Sample:
- stagehttps://asia.stage.rubyplay.io/api/v1/critical-components/checksum
- 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/critical-components/checksumResponse
application/json
{ "games": [ { "gameId": "rp_140", "gameName": "Mad Hit Diamonds 96", "certGameId": "G0140", "files": [ { "fileName": "critical_file-1.0.1.jar", "hashingAlgorithm": "SHA-1", "calculatedHash": "e0b1374f83ea1c643207ba0bbd80ed8463e3938f", "expectedHash": "e0b1374f83ea1c643207ba0bbd80ed8463e3938f", "datetime": "2022-02-22T22:22:22Z", "success": true } ] } ] }
Response Schema:
gamesArray of objects(GameFileHashCheckResult)