{ "uuid": "ba37486e-f21a-4d56-8842-fdafcce032bd", "lastMigration": 29, "name": "Google Play Game Services", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a8a48ae7-b247-46ce-ae05-a09c184d044a", "documentation": "Lists all the achievement definitions for your application.", "method": "get", "endpoint": "games/v1/achievements", "responses": [ { "uuid": "4f4f94b7-9795-4389-a3d1-6d2f7cccb1f1", "body": "{\n \"items\": [\n {\n \"achievementType\": \"{{oneOf (array 'ACHIEVEMENT_TYPE_UNSPECIFIED' 'STANDARD' 'INCREMENTAL')}}\",\n \"description\": \"\",\n \"experiencePoints\": \"\",\n \"formattedTotalSteps\": \"\",\n \"id\": \"\",\n \"initialState\": \"{{oneOf (array 'INITIAL_ACHIEVEMENT_STATE_UNSPECIFIED' 'HIDDEN' 'REVEALED' 'UNLOCKED')}}\",\n \"isRevealedIconUrlDefault\": {{faker 'datatype.boolean'}},\n \"isUnlockedIconUrlDefault\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"name\": \"\",\n \"revealedIconUrl\": \"\",\n \"totalSteps\": {{faker 'number.int' max=99999}},\n \"unlockedIconUrl\": \"\"\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": "1d3fa997-a59f-4b9a-93ec-f22ef3401896", "documentation": "Updates multiple achievements for the currently authenticated player.", "method": "post", "endpoint": "games/v1/achievements/updateMultiple", "responses": [ { "uuid": "b67118fb-88c4-4d22-9360-8264d273a4f4", "body": "{\n \"kind\": \"\",\n \"updatedAchievements\": [\n {\n \"achievementId\": \"\",\n \"currentState\": \"{{oneOf (array 'UPDATED_ACHIEVEMENT_STATE_UNSPECIFIED' 'HIDDEN' 'REVEALED' 'UNLOCKED')}}\",\n \"currentSteps\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"newlyUnlocked\": {{faker 'datatype.boolean'}},\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": "328a1ff2-3fb1-40ac-b949-4952ec115b2d", "documentation": "Increments the steps of the achievement with the given ID for the currently authenticated player.", "method": "post", "endpoint": "games/v1/achievements/:achievementId/increment", "responses": [ { "uuid": "e51fc7c7-9232-41ba-b788-b9bccc4a26d7", "body": "{\n \"currentSteps\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"newlyUnlocked\": {{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": "41df6ef4-5f21-4155-a69a-0e048082c674", "documentation": "Sets the state of the achievement with the given ID to `REVEALED` for the currently authenticated player.", "method": "post", "endpoint": "games/v1/achievements/:achievementId/reveal", "responses": [ { "uuid": "f57a4b30-a583-47bb-8fbd-453a78f8a7c5", "body": "{\n \"currentState\": \"{{oneOf (array 'REVEAL_ACHIEVEMENT_STATE_UNSPECIFIED' 'REVEALED' 'UNLOCKED')}}\",\n \"kind\": \"\"\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": "d4b3ec66-f4f3-431d-913e-e978226ba4f9", "documentation": "Sets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified.", "method": "post", "endpoint": "games/v1/achievements/:achievementId/setStepsAtLeast", "responses": [ { "uuid": "294c9e3a-7335-480b-9e11-98fe03699698", "body": "{\n \"currentSteps\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"newlyUnlocked\": {{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": "e284043c-5f22-4906-a94d-96c17777b476", "documentation": "Unlocks this achievement for the currently authenticated player.", "method": "post", "endpoint": "games/v1/achievements/:achievementId/unlock", "responses": [ { "uuid": "dab414cf-a977-4ed7-95c9-11bd142dfeb9", "body": "{\n \"kind\": \"\",\n \"newlyUnlocked\": {{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": "fd62c1ae-eb08-4c05-8760-43141b426292", "documentation": "Returns a URL for the requested end point type.", "method": "post", "endpoint": "games/v1/applications/getEndPoint", "responses": [ { "uuid": "af4c6ba0-bb70-4b93-870b-279ff9afc411", "body": "{\n \"url\": \"\"\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": "64a3fd8b-c12b-4344-80de-c373deca4794", "documentation": "Indicate that the currently authenticated user is playing your application.", "method": "post", "endpoint": "games/v1/applications/played", "responses": [ { "uuid": "7224ca97-b4fc-45b0-82bc-c27c0ee774a2", "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": "ede3bd46-adec-4f54-828b-7e45c32e5e1a", "documentation": "Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified `platformType`, the returned response will not include any instance data.", "method": "get", "endpoint": "games/v1/applications/:applicationId", "responses": [ { "uuid": "d3f18c79-4947-4baf-aff5-d9f6a5f2e8ab", "body": "{\n \"achievement_count\": {{faker 'number.int' max=99999}},\n \"assets\": [\n {\n \"height\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"name\": \"\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"author\": \"\",\n \"category\": {\n \"kind\": \"\",\n \"primary\": \"\",\n \"secondary\": \"\"\n },\n \"description\": \"\",\n \"enabledFeatures\": [\n \"{{oneOf (array 'APPLICATION_FEATURE_UNSPECIFIED' 'SNAPSHOTS')}}\"\n ],\n \"id\": \"\",\n \"instances\": [\n {\n \"acquisitionUri\": \"\",\n \"androidInstance\": {\n \"enablePiracyCheck\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"packageName\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}}\n },\n \"iosInstance\": {\n \"bundleIdentifier\": \"\",\n \"itunesAppId\": \"\",\n \"kind\": \"\",\n \"preferredForIpad\": {{faker 'datatype.boolean'}},\n \"preferredForIphone\": {{faker 'datatype.boolean'}},\n \"supportIpad\": {{faker 'datatype.boolean'}},\n \"supportIphone\": {{faker 'datatype.boolean'}}\n },\n \"kind\": \"\",\n \"name\": \"\",\n \"platformType\": \"{{oneOf (array 'PLATFORM_TYPE_UNSPECIFIED' 'ANDROID' 'IOS' 'WEB_APP')}}\",\n \"realtimePlay\": {{faker 'datatype.boolean'}},\n \"turnBasedPlay\": {{faker 'datatype.boolean'}},\n \"webInstance\": {\n \"kind\": \"\",\n \"launchUrl\": \"\",\n \"preferred\": {{faker 'datatype.boolean'}}\n }\n }\n ],\n \"kind\": \"\",\n \"lastUpdatedTimestamp\": \"\",\n \"leaderboard_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"themeColor\": \"\"\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": "9872f0fc-a4b7-4d5b-a496-705889720269", "documentation": "Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.", "method": "get", "endpoint": "games/v1/applications/:applicationId/verify", "responses": [ { "uuid": "de0d3aa8-ed21-4806-a97b-f13fd5cf488f", "body": "{\n \"alternate_player_id\": \"\",\n \"kind\": \"\",\n \"player_id\": \"\"\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": "f669cbfc-4e47-40d3-978d-c14a603b14bf", "documentation": "Returns a list of the event definitions in this application.", "method": "get", "endpoint": "games/v1/eventDefinitions", "responses": [ { "uuid": "b94acd85-9832-4fdb-816d-b462b502d4ba", "body": "{\n \"items\": [\n {\n \"childEvents\": [\n {\n \"childId\": \"\",\n \"kind\": \"\"\n }\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"isDefaultImageUrl\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"visibility\": \"{{oneOf (array 'EVENT_VISIBILITY_UNSPECIFIED' 'REVEALED' 'HIDDEN')}}\"\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": "610dba56-5bac-4352-829d-d96b0d7f3231", "documentation": "Returns a list showing the current progress on events in this application for the currently authenticated user.", "method": "get", "endpoint": "games/v1/events", "responses": [ { "uuid": "9569698c-9ab2-45fb-82c9-3e38ee2e9bb8", "body": "{\n \"items\": [\n {\n \"definitionId\": \"\",\n \"formattedNumEvents\": \"\",\n \"kind\": \"\",\n \"numEvents\": \"\",\n \"playerId\": \"\"\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": "9ffe8136-7e39-4f74-bb5d-32e8c0b89719", "documentation": "Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.", "method": "post", "endpoint": "games/v1/events", "responses": [ { "uuid": "0f72c2cf-7b55-4a91-9946-8baddb1c5296", "body": "{\n \"batchFailures\": [\n {\n \"failureCause\": \"{{oneOf (array 'EVENT_FAILURE_CAUSE_UNSPECIFIED' 'TOO_LARGE' 'TIME_PERIOD_EXPIRED' 'TIME_PERIOD_SHORT' 'TIME_PERIOD_LONG' 'ALREADY_UPDATED' 'RECORD_RATE_HIGH')}}\",\n \"kind\": \"\",\n \"range\": {\n \"kind\": \"\",\n \"periodEndMillis\": \"\",\n \"periodStartMillis\": \"\"\n }\n }\n ],\n \"eventFailures\": [\n {\n \"eventId\": \"\",\n \"failureCause\": \"{{oneOf (array 'EVENT_UPDATE_FAILURE_CAUSE_UNSPECIFIED' 'NOT_FOUND' 'INVALID_UPDATE_VALUE')}}\",\n \"kind\": \"\"\n }\n ],\n \"kind\": \"\",\n \"playerEvents\": [\n {\n \"definitionId\": \"\",\n \"formattedNumEvents\": \"\",\n \"kind\": \"\",\n \"numEvents\": \"\",\n \"playerId\": \"\"\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": "50d35824-c80b-40c6-aa13-8177a16fc216", "documentation": "Lists all the leaderboard metadata for your application.", "method": "get", "endpoint": "games/v1/leaderboards", "responses": [ { "uuid": "69f7e44c-0e60-4c72-a94d-9da7847699f4", "body": "{\n \"items\": [\n {\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isIconUrlDefault\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"name\": \"\",\n \"order\": \"{{oneOf (array 'SCORE_ORDER_UNSPECIFIED' 'LARGER_IS_BETTER' 'SMALLER_IS_BETTER')}}\"\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": "0e96d4ae-cbe3-4576-9bed-0b14344904f9", "documentation": "Submits multiple scores to leaderboards.", "method": "post", "endpoint": "games/v1/leaderboards/scores", "responses": [ { "uuid": "f10a4cbd-8ea6-4b87-ae06-3a48acbe7039", "body": "{\n \"kind\": \"\",\n \"submittedScores\": [\n {\n \"beatenScoreTimeSpans\": [\n \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\"\n ],\n \"formattedScore\": \"\",\n \"kind\": \"\",\n \"leaderboardId\": \"\",\n \"scoreTag\": \"\",\n \"unbeatenScores\": [\n {\n \"formattedScore\": \"\",\n \"kind\": \"\",\n \"score\": \"\",\n \"scoreTag\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\"\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": "4bfff8ab-ef46-4043-8a1a-e97953606ff2", "documentation": "Retrieves the metadata of the leaderboard with the given ID.", "method": "get", "endpoint": "games/v1/leaderboards/:leaderboardId", "responses": [ { "uuid": "792454f1-41c7-40bb-9ed3-f2c877397637", "body": "{\n \"iconUrl\": \"\",\n \"id\": \"\",\n \"isIconUrlDefault\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"name\": \"\",\n \"order\": \"{{oneOf (array 'SCORE_ORDER_UNSPECIFIED' 'LARGER_IS_BETTER' 'SMALLER_IS_BETTER')}}\"\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": "eab83937-95c6-42d6-9dc1-5fbf5c002b6c", "documentation": "Submits a score to the specified leaderboard.", "method": "post", "endpoint": "games/v1/leaderboards/:leaderboardId/scores", "responses": [ { "uuid": "4612591d-6860-4ea1-847b-7fab984f24cb", "body": "{\n \"beatenScoreTimeSpans\": [\n \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\"\n ],\n \"formattedScore\": \"\",\n \"kind\": \"\",\n \"leaderboardId\": \"\",\n \"scoreTag\": \"\",\n \"unbeatenScores\": [\n {\n \"formattedScore\": \"\",\n \"kind\": \"\",\n \"score\": \"\",\n \"scoreTag\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\"\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": "5f7be626-47be-4ec4-b4ef-4cd956aa4b42", "documentation": "Lists the scores in a leaderboard, starting from the top.", "method": "get", "endpoint": "games/v1/leaderboards/:leaderboardId/scores/:collection", "responses": [ { "uuid": "d471df2b-0d38-45fb-829a-666fe840f464", "body": "{\n \"items\": [\n {\n \"formattedScore\": \"\",\n \"formattedScoreRank\": \"\",\n \"kind\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\n },\n \"scoreRank\": \"\",\n \"scoreTag\": \"\",\n \"scoreValue\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\",\n \"writeTimestampMillis\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"numScores\": \"\",\n \"playerScore\": {\n \"formattedScore\": \"\",\n \"formattedScoreRank\": \"\",\n \"kind\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\n },\n \"scoreRank\": \"\",\n \"scoreTag\": \"\",\n \"scoreValue\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\",\n \"writeTimestampMillis\": \"\"\n },\n \"prevPageToken\": \"\"\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": "1cea6148-ecc7-4b81-a162-95a56b5958c1", "documentation": "Lists the scores in a leaderboard around (and including) a player's score.", "method": "get", "endpoint": "games/v1/leaderboards/:leaderboardId/window/:collection", "responses": [ { "uuid": "a0908176-6857-4f9a-97d8-40c36b6639a5", "body": "{\n \"items\": [\n {\n \"formattedScore\": \"\",\n \"formattedScoreRank\": \"\",\n \"kind\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\n },\n \"scoreRank\": \"\",\n \"scoreTag\": \"\",\n \"scoreValue\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\",\n \"writeTimestampMillis\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"numScores\": \"\",\n \"playerScore\": {\n \"formattedScore\": \"\",\n \"formattedScoreRank\": \"\",\n \"kind\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\n },\n \"scoreRank\": \"\",\n \"scoreTag\": \"\",\n \"scoreValue\": \"\",\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\",\n \"writeTimestampMillis\": \"\"\n },\n \"prevPageToken\": \"\"\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": "5de91d05-9a73-49c6-8c19-530b1a57bd78", "documentation": "Return the metagame configuration data for the calling application.", "method": "get", "endpoint": "games/v1/metagameConfig", "responses": [ { "uuid": "79a76f8f-afe6-433b-bf45-578df83fe5de", "body": "{\n \"currentVersion\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"playerLevels\": [\n {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\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": "edf67076-b093-428b-9872-04d80365c1d8", "documentation": "Get the collection of players for the currently authenticated user.", "method": "get", "endpoint": "games/v1/players/me/players/:collection", "responses": [ { "uuid": "2bae39d2-8eb4-4dd7-8a37-562f88f0c236", "body": "{\n \"items\": [\n {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\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": "6c40ab38-4501-4ad1-b155-25943244a662", "documentation": "Retrieves scoped player identifiers for currently authenticated user.", "method": "get", "endpoint": "games/v1/players/me/scopedIds", "responses": [ { "uuid": "0d287bdb-1b84-4e22-8705-dc191760a90d", "body": "{\n \"developerPlayerKey\": \"\",\n \"gamePlayerId\": \"\"\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": "0c9daf6f-989e-4537-a032-8d1146313f50", "documentation": "Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.", "method": "get", "endpoint": "games/v1/players/:playerId", "responses": [ { "uuid": "7b24b22c-54a5-4585-ad0e-6bbecab6b746", "body": "{\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\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": "4307c434-1b7d-46ce-ace1-ed5c8fdd7c2e", "documentation": "Lists the progress for all your application's achievements for the currently authenticated player.", "method": "get", "endpoint": "games/v1/players/:playerId/achievements", "responses": [ { "uuid": "9d7509d6-d3da-490a-836e-fd48d12dbcfe", "body": "{\n \"items\": [\n {\n \"achievementState\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'HIDDEN' 'REVEALED' 'UNLOCKED')}}\",\n \"currentSteps\": {{faker 'number.int' max=99999}},\n \"experiencePoints\": \"\",\n \"formattedCurrentStepsString\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"lastUpdatedTimestamp\": \"\"\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": "9f2e553a-aecb-46b5-9e7e-21cc8a5537b3", "documentation": "List play data aggregated per category for the player corresponding to `playerId`.", "method": "get", "endpoint": "games/v1/players/:playerId/categories/:collection", "responses": [ { "uuid": "c4c44001-da18-45b7-a108-74ef52f06555", "body": "{\n \"items\": [\n {\n \"category\": \"\",\n \"experiencePoints\": \"\",\n \"kind\": \"\"\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": "7b238794-58dd-4825-a72b-e4c872f2a858", "documentation": "Get high scores, and optionally ranks, in leaderboards for the currently authenticated player. For a specific time span, `leaderboardId` can be set to `ALL` to retrieve data for all leaderboards in a given time span. `NOTE: You cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; only one parameter may be set to 'ALL'.", "method": "get", "endpoint": "games/v1/players/:playerId/leaderboards/:leaderboardId/scores/:timeSpan", "responses": [ { "uuid": "19f79b65-6d22-46a9-a445-c9bd4e29c5d6", "body": "{\n \"items\": [\n {\n \"friendsRank\": {\n \"formattedNumScores\": \"\",\n \"formattedRank\": \"\",\n \"kind\": \"\",\n \"numScores\": \"\",\n \"rank\": \"\"\n },\n \"kind\": \"\",\n \"leaderboard_id\": \"\",\n \"publicRank\": {\n \"formattedNumScores\": \"\",\n \"formattedRank\": \"\",\n \"kind\": \"\",\n \"numScores\": \"\",\n \"rank\": \"\"\n },\n \"scoreString\": \"\",\n \"scoreTag\": \"\",\n \"scoreValue\": \"\",\n \"socialRank\": {\n \"formattedNumScores\": \"\",\n \"formattedRank\": \"\",\n \"kind\": \"\",\n \"numScores\": \"\",\n \"rank\": \"\"\n },\n \"timeSpan\": \"{{oneOf (array 'SCORE_TIME_SPAN_UNSPECIFIED' 'ALL_TIME' 'WEEKLY' 'DAILY')}}\",\n \"writeTimestamp\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"player\": {\n \"avatarImageUrl\": \"\",\n \"bannerUrlLandscape\": \"\",\n \"bannerUrlPortrait\": \"\",\n \"displayName\": \"\",\n \"experienceInfo\": {\n \"currentExperiencePoints\": \"\",\n \"currentLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n },\n \"kind\": \"\",\n \"lastLevelUpTimestampMillis\": \"\",\n \"nextLevel\": {\n \"kind\": \"\",\n \"level\": {{faker 'number.int' max=99999}},\n \"maxExperiencePoints\": \"\",\n \"minExperiencePoints\": \"\"\n }\n },\n \"friendStatus\": \"{{oneOf (array 'FRIEND_STATUS_UNSPECIFIED' 'NO_RELATIONSHIP' 'FRIEND')}}\",\n \"gamePlayerId\": \"\",\n \"kind\": \"\",\n \"name\": {\n \"familyName\": \"\",\n \"givenName\": \"\"\n },\n \"originalPlayerId\": \"\",\n \"playerId\": \"\",\n \"profileSettings\": {\n \"friendsListVisibility\": \"{{oneOf (array 'FRIENDS_LIST_VISIBILITY_UNSPECIFIED' 'VISIBLE' 'REQUEST_REQUIRED' 'UNAVAILABLE')}}\",\n \"kind\": \"\",\n \"profileVisible\": {{faker 'datatype.boolean'}}\n },\n \"title\": \"\"\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": "9315c1d8-c101-4928-b13a-98b2f32f13b7", "documentation": "Retrieves a list of snapshots created by your application for the player corresponding to the player ID.", "method": "get", "endpoint": "games/v1/players/:playerId/snapshots", "responses": [ { "uuid": "99930aa2-c786-4aa2-8303-22fc72ca694c", "body": "{\n \"items\": [\n {\n \"coverImage\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"mime_type\": \"\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"driveId\": \"\",\n \"durationMillis\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"lastModifiedMillis\": \"\",\n \"progressValue\": \"\",\n \"title\": \"\",\n \"type\": \"{{oneOf (array 'SNAPSHOT_TYPE_UNSPECIFIED' 'SAVE_GAME')}}\",\n \"uniqueName\": \"\"\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": "e27fbabc-ae89-47b3-8fc1-0e50d21e23f6", "documentation": "Checks whether the games client is out of date.", "method": "get", "endpoint": "games/v1/revisions/check", "responses": [ { "uuid": "c0b30ea1-09c0-4811-93e7-09008bf2a714", "body": "{\n \"apiVersion\": \"\",\n \"kind\": \"\",\n \"revisionStatus\": \"{{oneOf (array 'REVISION_STATUS_UNSPECIFIED' 'OK' 'DEPRECATED' 'INVALID')}}\"\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": "fbc968ce-228c-4ccc-ac7b-4a7147edd5db", "documentation": "Retrieves the metadata for a given snapshot ID.", "method": "get", "endpoint": "games/v1/snapshots/:snapshotId", "responses": [ { "uuid": "99a7a8a0-54ed-4d57-84ff-1f6493d71734", "body": "{\n \"coverImage\": {\n \"height\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"mime_type\": \"\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"driveId\": \"\",\n \"durationMillis\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"lastModifiedMillis\": \"\",\n \"progressValue\": \"\",\n \"title\": \"\",\n \"type\": \"{{oneOf (array 'SNAPSHOT_TYPE_UNSPECIFIED' 'SAVE_GAME')}}\",\n \"uniqueName\": \"\"\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": "6d7effec-ecb6-4d53-83f7-b9043d70d09e", "documentation": "Returns engagement and spend statistics in this application for the currently authenticated user.", "method": "get", "endpoint": "games/v1/stats", "responses": [ { "uuid": "cb0336b2-2c39-4797-8bf3-f82d0c180734", "body": "{\n \"avg_session_length_minutes\": {{faker 'number.float'}},\n \"churn_probability\": {{faker 'number.float'}},\n \"days_since_last_played\": {{faker 'number.int' max=99999}},\n \"high_spender_probability\": {{faker 'number.float'}},\n \"kind\": \"\",\n \"num_purchases\": {{faker 'number.int' max=99999}},\n \"num_sessions\": {{faker 'number.int' max=99999}},\n \"num_sessions_percentile\": {{faker 'number.float'}},\n \"spend_percentile\": {{faker 'number.float'}},\n \"spend_probability\": {{faker 'number.float'}},\n \"total_spend_next_28_days\": {{faker 'number.float'}}\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" } ], "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": "a8a48ae7-b247-46ce-ae05-a09c184d044a" }, { "type": "route", "uuid": "1d3fa997-a59f-4b9a-93ec-f22ef3401896" }, { "type": "route", "uuid": "328a1ff2-3fb1-40ac-b949-4952ec115b2d" }, { "type": "route", "uuid": "41df6ef4-5f21-4155-a69a-0e048082c674" }, { "type": "route", "uuid": "d4b3ec66-f4f3-431d-913e-e978226ba4f9" }, { "type": "route", "uuid": "e284043c-5f22-4906-a94d-96c17777b476" }, { "type": "route", "uuid": "fd62c1ae-eb08-4c05-8760-43141b426292" }, { "type": "route", "uuid": "64a3fd8b-c12b-4344-80de-c373deca4794" }, { "type": "route", "uuid": "ede3bd46-adec-4f54-828b-7e45c32e5e1a" }, { "type": "route", "uuid": "9872f0fc-a4b7-4d5b-a496-705889720269" }, { "type": "route", "uuid": "f669cbfc-4e47-40d3-978d-c14a603b14bf" }, { "type": "route", "uuid": "610dba56-5bac-4352-829d-d96b0d7f3231" }, { "type": "route", "uuid": "9ffe8136-7e39-4f74-bb5d-32e8c0b89719" }, { "type": "route", "uuid": "50d35824-c80b-40c6-aa13-8177a16fc216" }, { "type": "route", "uuid": "0e96d4ae-cbe3-4576-9bed-0b14344904f9" }, { "type": "route", "uuid": "4bfff8ab-ef46-4043-8a1a-e97953606ff2" }, { "type": "route", "uuid": "eab83937-95c6-42d6-9dc1-5fbf5c002b6c" }, { "type": "route", "uuid": "5f7be626-47be-4ec4-b4ef-4cd956aa4b42" }, { "type": "route", "uuid": "1cea6148-ecc7-4b81-a162-95a56b5958c1" }, { "type": "route", "uuid": "5de91d05-9a73-49c6-8c19-530b1a57bd78" }, { "type": "route", "uuid": "edf67076-b093-428b-9872-04d80365c1d8" }, { "type": "route", "uuid": "6c40ab38-4501-4ad1-b155-25943244a662" }, { "type": "route", "uuid": "0c9daf6f-989e-4537-a032-8d1146313f50" }, { "type": "route", "uuid": "4307c434-1b7d-46ce-ace1-ed5c8fdd7c2e" }, { "type": "route", "uuid": "9f2e553a-aecb-46b5-9e7e-21cc8a5537b3" }, { "type": "route", "uuid": "7b238794-58dd-4825-a72b-e4c872f2a858" }, { "type": "route", "uuid": "9315c1d8-c101-4928-b13a-98b2f32f13b7" }, { "type": "route", "uuid": "e27fbabc-ae89-47b3-8fc1-0e50d21e23f6" }, { "type": "route", "uuid": "fbc968ce-228c-4ccc-ac7b-4a7147edd5db" }, { "type": "route", "uuid": "6d7effec-ecb6-4d53-83f7-b9043d70d09e" } ] }