Skip to content
Last updated

Get Critical Files Hashes

Returns a list of games available for the operator with the corresponding game files and their hashes.

API Call Sample:

curl -i -X GET \
  -u <username>:<password> \
  https://asia.stage.rubyplay.io/api/v1/critical-components/checksum
Response
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)