{ "uuid": "f8ba3d06-0f6f-4f0a-8679-5c62e1d92521", "lastMigration": 29, "name": "Google Play Game Management", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "3eaa0948-27b2-46e5-98ba-9501e5d51b37", "documentation": "Resets all achievements for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/achievements/reset", "responses": [ { "uuid": "597eff25-ee01-4833-9340-4b116efbd2ae", "body": "{\n \"kind\": \"\",\n \"results\": [\n {\n \"currentState\": \"\",\n \"definitionId\": \"\",\n \"kind\": \"\",\n \"updateOccurred\": {{faker 'datatype.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d4adc164-6ef9-4c9b-a60c-c0f94803f9f9", "documentation": "Resets all draft achievements for all players. This method is only available to user accounts for your developer console.", "method": "post", "endpoint": "games/v1management/achievements/resetAllForAllPlayers", "responses": [ { "uuid": "5dac4f30-0c75-4856-9e2a-a99f802ea5d7", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afd4e2ee-7993-481f-b10e-396da035081e", "documentation": "Resets achievements with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft achievements may be reset.", "method": "post", "endpoint": "games/v1management/achievements/resetMultipleForAllPlayers", "responses": [ { "uuid": "b2077a2f-ae1d-40cd-9a8a-3ca3589a1239", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a11dbb7-cbac-4919-a494-0a859d67ee4a", "documentation": "Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/achievements/:achievementId/reset", "responses": [ { "uuid": "c1f1bcdd-a638-4ec5-858b-e48a5df660c8", "body": "{\n \"currentState\": \"\",\n \"definitionId\": \"\",\n \"kind\": \"\",\n \"updateOccurred\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83063f91-9898-4964-a5ed-b27b3634aab6", "documentation": "Resets the achievement with the given ID for all players. This method is only available to user accounts for your developer console. Only draft achievements can be reset.", "method": "post", "endpoint": "games/v1management/achievements/:achievementId/resetForAllPlayers", "responses": [ { "uuid": "b2d3f7b0-e40d-4d0c-b24d-27aa1d84685e", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01b1ef90-8c1a-40c5-a703-472924f659d9", "documentation": "Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.", "method": "get", "endpoint": "games/v1management/applications/:applicationId/players/hidden", "responses": [ { "uuid": "f2c1e6eb-9791-4576-8bba-ee88214786b5", "body": "{\n \"items\": [\n {\n \"hiddenTimeMillis\": \"\",\n \"kind\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5dcb9651-a2d4-492f-8afe-b8b05936f6a9", "documentation": "Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.", "method": "delete", "endpoint": "games/v1management/applications/:applicationId/players/hidden/:playerId", "responses": [ { "uuid": "315ae633-7584-446f-ae1a-4ac07ca30856", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09394ee1-0232-4c4a-88ab-378fb3cc6594", "documentation": "Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.", "method": "post", "endpoint": "games/v1management/applications/:applicationId/players/hidden/:playerId", "responses": [ { "uuid": "5a0681a3-f27c-4013-8c87-933456b31e2f", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a9b0646-59a9-4f10-b325-c7c36ce08d25", "documentation": "Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/events/reset", "responses": [ { "uuid": "ea3ca8b0-bc23-440e-88f7-2d7eee5deaa9", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0741dbfa-eca9-45cf-887b-c6c5bbf88dc8", "documentation": "Resets all draft events for all players. This method is only available to user accounts for your developer console.", "method": "post", "endpoint": "games/v1management/events/resetAllForAllPlayers", "responses": [ { "uuid": "87ad52e3-139c-4cae-88f1-feee7dda7ad2", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0357b756-92a9-442f-8ab4-8bd3e898043d", "documentation": "Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.", "method": "post", "endpoint": "games/v1management/events/resetMultipleForAllPlayers", "responses": [ { "uuid": "bf034354-9d40-490a-8c2d-9e46a24d8efd", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "84d6db57-8d4c-4ea5-9edf-cde9eded4a29", "documentation": "Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/events/:eventId/reset", "responses": [ { "uuid": "066aaca9-34ca-43a1-a42c-6611c67bcc7c", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e27b9f47-e743-43dc-8f48-7683be06d4fe", "documentation": "Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.", "method": "post", "endpoint": "games/v1management/events/:eventId/resetForAllPlayers", "responses": [ { "uuid": "c13d854c-19fa-4616-a75b-dad263e510e5", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9931fe26-dcc6-4164-b791-1ef755ca5857", "documentation": "Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/leaderboards/:leaderboardId/scores/reset", "responses": [ { "uuid": "e206540a-71c6-4206-af91-3bae5a268db1", "body": "{\n \"definitionId\": \"\",\n \"kind\": \"\",\n \"resetScoreTimeSpans\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a5e8237-bf17-45ad-8a0b-5982450f68e7", "documentation": "Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.", "method": "post", "endpoint": "games/v1management/leaderboards/:leaderboardId/scores/resetForAllPlayers", "responses": [ { "uuid": "c792286c-8f42-4b0d-9f09-180e8f781dd1", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a38f5459-1c66-48c9-b921-fef564f23eb8", "documentation": "Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.", "method": "post", "endpoint": "games/v1management/scores/reset", "responses": [ { "uuid": "f036554a-06a6-43f4-9d37-ba514cdf1bf3", "body": "{\n \"kind\": \"\",\n \"results\": [\n {\n \"definitionId\": \"\",\n \"kind\": \"\",\n \"resetScoreTimeSpans\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7733d23-c9f4-4274-b78b-37cb2907eb60", "documentation": "Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.", "method": "post", "endpoint": "games/v1management/scores/resetAllForAllPlayers", "responses": [ { "uuid": "2005747d-7fdd-4a17-a434-df7cacd9e0f7", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40df484d-df2b-42d3-afde-39d1483c5e04", "documentation": "Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.", "method": "post", "endpoint": "games/v1management/scores/resetMultipleForAllPlayers", "responses": [ { "uuid": "2836e420-a937-4b53-bf2a-82190b27a133", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "3eaa0948-27b2-46e5-98ba-9501e5d51b37" }, { "type": "route", "uuid": "d4adc164-6ef9-4c9b-a60c-c0f94803f9f9" }, { "type": "route", "uuid": "afd4e2ee-7993-481f-b10e-396da035081e" }, { "type": "route", "uuid": "5a11dbb7-cbac-4919-a494-0a859d67ee4a" }, { "type": "route", "uuid": "83063f91-9898-4964-a5ed-b27b3634aab6" }, { "type": "route", "uuid": "01b1ef90-8c1a-40c5-a703-472924f659d9" }, { "type": "route", "uuid": "5dcb9651-a2d4-492f-8afe-b8b05936f6a9" }, { "type": "route", "uuid": "09394ee1-0232-4c4a-88ab-378fb3cc6594" }, { "type": "route", "uuid": "8a9b0646-59a9-4f10-b325-c7c36ce08d25" }, { "type": "route", "uuid": "0741dbfa-eca9-45cf-887b-c6c5bbf88dc8" }, { "type": "route", "uuid": "0357b756-92a9-442f-8ab4-8bd3e898043d" }, { "type": "route", "uuid": "84d6db57-8d4c-4ea5-9edf-cde9eded4a29" }, { "type": "route", "uuid": "e27b9f47-e743-43dc-8f48-7683be06d4fe" }, { "type": "route", "uuid": "9931fe26-dcc6-4164-b791-1ef755ca5857" }, { "type": "route", "uuid": "1a5e8237-bf17-45ad-8a0b-5982450f68e7" }, { "type": "route", "uuid": "a38f5459-1c66-48c9-b921-fef564f23eb8" }, { "type": "route", "uuid": "a7733d23-c9f4-4274-b78b-37cb2907eb60" }, { "type": "route", "uuid": "40df484d-df2b-42d3-afde-39d1483c5e04" } ] }