Overview
API requests related to administrative operations, including game settings, secret info, analytics, and account management.
OperationCode
| Name | Code | Description |
|---|---|---|
| Change Password Admin Account | changePasswordAdminAccount | Change the password for the currently authenticated administrator. |
| Create Admin Account | createAdminAccount | Create a new administrator account with assigned credentials and permissions. |
| Create Game | createGame | Register a new game project and initialize default configuration settings. |
| Create Secret Info | createSecretInfo | Create a new secret entry used for storing sensitive data like keys or credentials. |
| Delete In Database | deleteInDatabase | Delete a specific record from the database using its ID and collection type. |
| Get Admin Account List | getAdminAccountList | Return a list of all existing administrator accounts in the system. |
| Get Analytics | getAnalytics | Retrieve system analytics data including traffic, platforms, memory usage, and countries. |
| Get Backup Statistics Leaderboard Version | getBackupStatisticsLeaderboardVersion | Retrieve the available backup versions for leaderboard and statistics data. |
| Get Event Callback Cloud Script | getEventCallbackCloudScript | Retrieve the current CloudScript configuration for event callbacks. |
| Get Game Information | getGameInformation | Fetch complete configuration and metadata for a specified game. |
| Get Game List | getGameList | Retrieve a list of all games currently registered within the system. |
| Get Master Game Settings | getMasterGameSettings | Retrieve the master configuration settings applied globally to all games. |
| Get Secret Info Information | getSecretInfoInformation | Fetch metadata and content of a secret record using its identifier. |
| Get Secret Info List | getSecretInfoList | Return a list of all available secret records stored in the system. |
| Get Server Game Data | getServerGameData | Fetch runtime configuration and settings associated with a game server. |
| Get Server Log | getServerLog | Retrieve log entries generated by the backend server. |
| Get Username Admin Account | getUsernameAdminAccount | Fetch the username associated with the currently logged-in admin. |
| Login By Admin Account | loginByAdminAccount | Authenticate an admin user using username and password credentials. |
| Remove Admin Account | removeAdminAccount | Remove an existing administrator account from the system. |
| Reset Statistics Leaderboard | resetStatisticsLeaderboard | Reset all statistics and leaderboard values across all players. |
| Set Event Callback Cloud Script | setEventCallbackCloudScript | Define or update the CloudScript used to handle events and callbacks. |
| Set Game Information | setGameInformation | Update general metadata and configuration details for a specific game. |
| Set Master Game Settings | setMasterGameSettings | Apply global settings shared across all games in the system. |
| Set Password Admin Account | setPasswordAdminAccount | Set or reset the password for a specific administrator account. |
| Set Secret Info Information | setSecretInfoInformation | Update information associated with a specific secret record. |
| Set Secret Key Admin Account | setSecretKeyAdminAccount | Assign or update the secret authentication key for an administrator account. |