@datafire/gamesparks_game_details
v3.0.0
Published
DataFire integration for GameSparks Game Details API
Downloads
4
Readme
@datafire/gamesparks_game_details
Client library for GameSparks Game Details API
Installation and Usage
npm install --save @datafire/gamesparks_game_details
let gamesparks_game_details = require('@datafire/gamesparks_game_details').create({
accessToken: "",
username: "",
password: "",
jwt: ""
});
.then(data => {
console.log(data);
});
Description
The API to manage the GameSparks game details
Actions
getRegionOptionsUsingGET
getRegionOptions
gamesparks_game_details.getRegionOptionsUsingGET(null, context)
Input
This action has no parameters
Output
- output GameRegionOptionsDTO
getAnalyticsDataUsingGET
Returns the results of executed query defined by the parameters passed in
gamesparks_game_details.getAnalyticsDataUsingGET({
"apiKey": "",
"stage": "",
"dataType": "",
"precision": "",
"startDate": "",
"endDate": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - stage required
string
(values: LIVE, PREVIEW): stage - dataType required
string
(values: activeDevices, activeLocations, activeUsers, averageBandwidthPerUser, averageDauOverMau, averageJsExecutionTime, averageRequestsPerUser, averageResponseTime, averageResponseTimePerType, scriptLogLevelsCount, sessionAnalytic, storagePerUser, customAnalyticTotal, customAnalyticUser, timedAnalyticTotal, sessionAnalyticTotal, connectedUsers): dataType - precision required
string
(values: HOURLY, DAILY, MONTHLY): precision - startDate required
string
: yyyy-MM-dd - endDate required
string
: yyyy-MM-dd - keys
string
: the keys to select. For example "ReturningUsers", "NewUsers", etc
- apiKey required
Output
- output
array
getDataCountUsingGET
Returns the count of executed query
gamesparks_game_details.getDataCountUsingGET({
"apiKey": "",
"stage": "",
"queryName": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - stage required
string
(values: LIVE, PREVIEW): stage - queryName required
string
(values: activeUsersNow, dailyActiveUsers, averageDailyActiveUsers, lastMonthlyActiveUsers, monthlyActiveUsers, averageSessionDuration): queryName
- apiKey required
Output
getRetentionUsingGET
Returns the percentage of user retention over the last 30 days
gamesparks_game_details.getRetentionUsingGET({
"apiKey": "",
"stage": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - stage required
string
(values: LIVE, PREVIEW): stage
- apiKey required
Output
getBillingDetails
Retrieves the Billing Details.
gamesparks_game_details.getBillingDetails({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output BillingDetailsModel
putBillingDetails
Updates the Billing Details.
gamesparks_game_details.putBillingDetails({
"apiKey": "",
"billingDetails": {
"building": "",
"city": "",
"companyName": "",
"country": "",
"email1": "",
"firstName1": "",
"lastName1": "",
"postcode": "",
"street": ""
}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - billingDetails required BillingDetailsModel
- apiKey required
Output
- output BillingDetailsModel
getGameSummaryUsingGET
getGameSummary
gamesparks_game_details.getGameSummaryUsingGET({
"apiKey": "",
"stage": "",
"startDate": "",
"endDate": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - stage required
string
(values: LIVE, PREVIEW): stage - startDate required
string
: yyyy-MM-dd - endDate required
string
: yyyy-MM-dd
- apiKey required
Output
- output GameSummaryModel
testPushAmazonNotificationsUsingPOST
testPushAmazonNotifications
gamesparks_game_details.testPushAmazonNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testPushAppleDevNotificationsUsingPOST
testPushAppleDevNotifications
gamesparks_game_details.testPushAppleDevNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testPushAppleProdNotificationsUsingPOST
testPushAppleProdNotifications
gamesparks_game_details.testPushAppleProdNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testPushGoogleNotificationsUsingPOST
testPushGoogleNotifications
gamesparks_game_details.testPushGoogleNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testWindows8NotificationsUsingPOST
testWindows8Notifications
gamesparks_game_details.testWindows8NotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testWindowsPhone8NotificationsUsingPOST
testWindowsPhone8Notifications
gamesparks_game_details.testWindowsPhone8NotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testViberIntegrationNotificationsUsingPOST
testViberIntegrationNotifications
gamesparks_game_details.testViberIntegrationNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
testViberProductionNotificationsUsingPOST
testViberProductionNotifications
gamesparks_game_details.testViberProductionNotificationsUsingPOST({
"apiKey": "",
"messageDetails": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - messageDetails required PushNotificationTestModel
- apiKey required
Output
getScriptDifferencesUsingGET
getScriptDifferences
gamesparks_game_details.getScriptDifferencesUsingGET({
"apiKey": "",
"snapshotId1": "",
"snapshotId2": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId1 required
string
: snapshotId1 - snapshotId2 required
string
: snapshotId2
- apiKey required
Output
- output ScriptsDifferenceListModel
exportZipUsingGET
exportZip
gamesparks_game_details.exportZipUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
Output schema unknown
importAcceptUsingPOST
importAccept
gamesparks_game_details.importAcceptUsingPOST({
"apiKey": "",
"body": "",
"file": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - body required
string
: body - file required
string
,object
: file- content
string
- encoding
string
(values: ascii, utf8, utf16le, base64, binary, hex) - contentType
string
- filename
string
- content
- apiKey required
Output
- output MessageModel
importZipUsingPOST
importZip
gamesparks_game_details.importZipUsingPOST({
"apiKey": "",
"file": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - file required
string
,object
: file- content
string
- encoding
string
(values: ascii, utf8, utf16le, base64, binary, hex) - contentType
string
- filename
string
- content
- apiKey required
Output
- output ScriptsDifferenceListModel
getScriptVersionsUsingGET_1
getScriptVersions
gamesparks_game_details.getScriptVersionsUsingGET_1({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - pageSize
integer
: pageSize
- apiKey required
Output
getScriptVersionsUsingGET
getScriptVersions
gamesparks_game_details.getScriptVersionsUsingGET({
"apiKey": "",
"page": 0
}, context)
Input
- input
object
- apiKey required
string
: apiKey - page required
integer
: page - pageSize
integer
: pageSize
- apiKey required
Output
getSegmentQueryFiltersUsingGET
getSegmentQueryFilters
gamesparks_game_details.getSegmentQueryFiltersUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output SegmentQueryFilterListModel
getSegmentQueryFiltersConfigUsingGET
getSegmentQueryFiltersConfig
gamesparks_game_details.getSegmentQueryFiltersConfigUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
updateSegmentQueryFiltersConfigUsingPUT
updateSegmentQueryFiltersConfig
gamesparks_game_details.updateSegmentQueryFiltersConfigUsingPUT({
"segmentQueryConfig": {},
"apiKey": ""
}, context)
Input
- input
object
- segmentQueryConfig required SegmentQueryFilterConfigModel
- apiKey required
string
: apiKey
Output
getSegmentQueryStandardFiltersUsingGET
getSegmentQueryStandardFilters
gamesparks_game_details.getSegmentQueryStandardFiltersUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output SegmentQueryFilterListModel
getSnapshotsUsingGET_1
getSnapshots
gamesparks_game_details.getSnapshotsUsingGET_1({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - pageSize
integer
: pageSize
- apiKey required
Output
- output
array
- items SnapshotModel
createSnapshotsUsingPOST
createSnapshots
gamesparks_game_details.createSnapshotsUsingPOST({
"apiKey": "",
"description": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - description required SnapshotCreationModel
- apiKey required
Output
- output SnapshotModel
getLiveSnapshotIdUsingGET
getLiveSnapshotId
gamesparks_game_details.getLiveSnapshotIdUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output MessageModel
getSnapshotsUsingGET
getSnapshots
gamesparks_game_details.getSnapshotsUsingGET({
"apiKey": "",
"page": 0
}, context)
Input
- input
object
- apiKey required
string
: apiKey - page required
integer
: page - pageSize
integer
: pageSize
- apiKey required
Output
- output
array
- items SnapshotModel
revertToSnapshotUsingPOST
revertToSnapshot
gamesparks_game_details.revertToSnapshotUsingPOST({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output MessageModel
deleteSnapshotUsingDELETE_1
deleteSnapshot
gamesparks_game_details.deleteSnapshotUsingDELETE_1({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output MessageModel
getSnapshotUsingGET
getSnapshot
gamesparks_game_details.getSnapshotUsingGET({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output SnapshotModel
copySnapshotToNewGameUsingPOST
copySnapshotToNewGame
gamesparks_game_details.copySnapshotToNewGameUsingPOST({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId - includeGameConfig
boolean
: includeGameConfig - includeMetadata
boolean
: includeMetadata - includeBinaries
boolean
: includeBinaries - includeCollaborators
boolean
: includeCollaborators
- apiKey required
Output
- output SnapshotCreationSuccessModel
copySnapshotToExistingGameUsingPOST_1
copySnapshotToExistingGame
gamesparks_game_details.copySnapshotToExistingGameUsingPOST_1({
"apiKey": "",
"snapshotId": "",
"targetApiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId - targetApiKey required
string
: targetApiKey - includeGameConfig
boolean
: includeGameConfig - includeMetadata
boolean
: includeMetadata - includeBinaries
boolean
: includeBinaries - includeCollaborators
boolean
: includeCollaborators
- apiKey required
Output
- output SnapshotCreationSuccessModel
publishSnapshotUsingPOST_1
publishSnapshot
gamesparks_game_details.publishSnapshotUsingPOST_1({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
Output schema unknown
unpublishSnapshotUsingPOST
unpublishSnapshot
gamesparks_game_details.unpublishSnapshotUsingPOST({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output MessageModel
getTestHarnessScenariosUsingGET
getTestHarnessScenarios
gamesparks_game_details.getTestHarnessScenariosUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items TestHarnessScenarioModel
createTestHarnessScenarioUsingPOST
createTestHarnessScenario
gamesparks_game_details.createTestHarnessScenarioUsingPOST({
"apiKey": "",
"testHarnessScenarioDTO": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - testHarnessScenarioDTO required TestHarnessScenarioModel
- apiKey required
Output
- output TestHarnessScenarioModel
deleteTestHarnessScenarioUsingDELETE
deleteTestHarnessScenario
gamesparks_game_details.deleteTestHarnessScenarioUsingDELETE({
"apiKey": "",
"scenarioName": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - scenarioName required
string
: scenarioName
- apiKey required
Output
- output MessageModel
getTestHarnessScenarioUsingGET
getTestHarnessScenario
gamesparks_game_details.getTestHarnessScenarioUsingGET({
"apiKey": "",
"scenarioName": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - scenarioName required
string
: scenarioName
- apiKey required
Output
- output TestHarnessScenarioModel
updateTestHarnessScenarioUsingPUT
updateTestHarnessScenario
gamesparks_game_details.updateTestHarnessScenarioUsingPUT({
"apiKey": "",
"scenarioName": "",
"testHarnessScenarioDTO": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - scenarioName required
string
: scenarioName - testHarnessScenarioDTO required TestHarnessScenarioModel
- apiKey required
Output
- output TestHarnessScenarioModel
updateCredentialSecretUsingPOST
Resets the secret of a credential
gamesparks_game_details.updateCredentialSecretUsingPOST({
"apiKey": "",
"credentialName": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - credentialName required
string
: credentialName
- apiKey required
Output
Output schema unknown
getGamesEndpointsUsingGET
getGamesEndpoints
gamesparks_game_details.getGamesEndpointsUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output GameEndpointsModel
getExperimentsUsingGET
getExperiments
gamesparks_game_details.getExperimentsUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ExperimentModel
createExperimentUsingPOST
createExperiment
gamesparks_game_details.createExperimentUsingPOST({
"apiKey": "",
"input": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - input required ExperimentModel
- apiKey required
Output
- output ExperimentModel
deleteExperimentUsingDELETE
deleteExperiment
gamesparks_game_details.deleteExperimentUsingDELETE({
"apiKey": "",
"id": 0
}, context)
Input
- input
object
- apiKey required
string
: apiKey - id required
integer
: id
- apiKey required
Output
- output MessageModel
getExperimentUsingGET
getExperiment
gamesparks_game_details.getExperimentUsingGET({
"apiKey": "",
"id": 0
}, context)
Input
- input
object
- apiKey required
string
: apiKey - id required
integer
: id
- apiKey required
Output
- output ExperimentModel
updateExperimentUsingPUT
updateExperiment
gamesparks_game_details.updateExperimentUsingPUT({
"apiKey": "",
"id": 0,
"input": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - id required
integer
: id - input required ExperimentModel
- apiKey required
Output
- output ExperimentModel
doActionExperimentUsingPOST
doActionExperiment
gamesparks_game_details.doActionExperimentUsingPOST({
"apiKey": "",
"id": 0,
"action": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - id required
integer
: id - action required
string
(values: start, stop, publish, unpublish): action
- apiKey required
Output
- output ExperimentModel
listQueriesUsingGET
listQueries
gamesparks_game_details.listQueriesUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ManageItemSummary
createQueryUsingPOST
createQuery
gamesparks_game_details.createQueryUsingPOST({
"apiKey": "",
"query": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - query required ManageQuery
- apiKey required
Output
- output ManageQuery
deleteQueryUsingDELETE
deleteQuery
gamesparks_game_details.deleteQueryUsingDELETE({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageResult
getQueryUsingGET
getQuery
gamesparks_game_details.getQueryUsingGET({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageQuery
updateQueryUsingPUT
updateQuery
gamesparks_game_details.updateQueryUsingPUT({
"apiKey": "",
"shortCode": "",
"query": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode - query required ManageQuery
- apiKey required
Output
- output ManageQuery
listScreensUsingGET
listScreens
gamesparks_game_details.listScreensUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ManageItemSummary
createScreenUsingPOST
createScreen
gamesparks_game_details.createScreenUsingPOST({
"apiKey": "",
"screen": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - screen required ManageScreen
- apiKey required
Output
- output ManageScreen
listExecutableScreensUsingGET
listExecutableScreens
gamesparks_game_details.listExecutableScreensUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ManageItemSummary
deleteScreenUsingDELETE
deleteScreen
gamesparks_game_details.deleteScreenUsingDELETE({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageResult
getScreenUsingGET
getScreen
gamesparks_game_details.getScreenUsingGET({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageScreen
updateScreenUsingPUT
updateScreen
gamesparks_game_details.updateScreenUsingPUT({
"apiKey": "",
"shortCode": "",
"screen": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode - screen required ManageScreen
- apiKey required
Output
- output ManageScreen
listSnapshotsUsingGET
listSnapshots
gamesparks_game_details.listSnapshotsUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ManageSnapshot
createSnapshotUsingPOST
createSnapshot
gamesparks_game_details.createSnapshotUsingPOST({
"apiKey": "",
"model": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - model required SnapshotCreationModel
- apiKey required
Output
- output ManageSnapshot
deleteSnapshotUsingDELETE
deleteSnapshot
gamesparks_game_details.deleteSnapshotUsingDELETE({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
Output schema unknown
copySnapshotToExistingGameUsingPOST
copySnapshotToExistingGame
gamesparks_game_details.copySnapshotToExistingGameUsingPOST({
"apiKey": "",
"snapshotId": "",
"targetApiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId - targetApiKey required
string
: targetApiKey
- apiKey required
Output
- output ManageResult
publishSnapshotUsingPOST
publishSnapshot
gamesparks_game_details.publishSnapshotUsingPOST({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output ManageResult
revertSnapshotUsingPOST
revertSnapshot
gamesparks_game_details.revertSnapshotUsingPOST({
"apiKey": "",
"snapshotId": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snapshotId required
string
: snapshotId
- apiKey required
Output
- output ManageResult
listSnippetsUsingGET
listSnippets
gamesparks_game_details.listSnippetsUsingGET({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output
array
- items ManageItemSummary
createSnippetUsingPOST
createSnippet
gamesparks_game_details.createSnippetUsingPOST({
"apiKey": "",
"snippet": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - snippet required ManageSnippet
- apiKey required
Output
- output ManageSnippet
deleteSnippetUsingDELETE
deleteSnippet
gamesparks_game_details.deleteSnippetUsingDELETE({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageResult
getSnippetUsingGET
getSnippet
gamesparks_game_details.getSnippetUsingGET({
"apiKey": "",
"shortCode": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode
- apiKey required
Output
- output ManageSnippet
updateSnippetUsingPUT
updateSnippet
gamesparks_game_details.updateSnippetUsingPUT({
"apiKey": "",
"shortCode": "",
"snippet": {}
}, context)
Input
- input
object
- apiKey required
string
: apiKey - shortCode required
string
: shortCode - snippet required ManageSnippet
- apiKey required
Output
- output ManageSnippet
restoreDeletedGameUsingPOST
restoreDeletedGame
gamesparks_game_details.restoreDeletedGameUsingPOST({
"apiKey": ""
}, context)
Input
- input
object
- apiKey required
string
: apiKey
- apiKey required
Output
- output MessageModel
setGameRegionUsingPOST
setGameRegion
gamesparks_game_details.setGameRegionUsingPOST({
"gameApiKey": "",
"regionCode": ""
}, context)
Input
- input
object
- gameApiKey required
string
: gameApiKey - regionCode required
string
: regionCode
- gameApiKey required
Output
- output RegionResult
getGameRegionOptionsUsingGET
getGameRegionOptions
gamesparks_game_details.getGameRegionOptionsUsingGET({
"gameApiKey": ""
}, context)
Input
- input
object
- gameApiKey required
string
: gameApiKey
- gameApiKey required
Output
- output GameRegionOptionsDTO
listUsingGET
list
gamesparks_game_details.listUsingGET(null, context)
Input
This action has no parameters
Output
- output
array
- items GameModel
listDeletedUsingGET
listDeleted
gamesparks_game_details.listDeletedUsingGET(null, context)
Input
This action has no parameters
Output
- output
array
- items DeletedGameModel
Definitions
AnalyticsDataCountSwaggerModel
- AnalyticsDataCountSwaggerModel
object
- result
string
- result
AnalyticsDataSwaggerModel
- AnalyticsDataSwaggerModel
object
- _id
string
- _id
BillingDetailsModel
- BillingDetailsModel
object
- building required
string
- city required
string
- companyName required
string
- country required
string
- email1 required
string
- email2
string
- email3
string
- firstName1 required
string
- firstName2
string
- firstName3
string
- lastName1 required
string
- lastName2
string
- lastName3
string
- postcode required
string
- state
string
- street required
string
- taxNumber
string
- building required
DeletedGameModel
- DeletedGameModel
object
- apiKey
string
- name
string
- apiKey
ExperimentConfigModel
- ExperimentConfigModel
object
- playerMongoQuery
string
- playerQuery
string
- variants
string
- playerMongoQuery
ExperimentModel
- ExperimentModel
object
- active
boolean
- changedFieldsAndInitialValues
object
- complete
boolean
- config ExperimentConfigModel
- endDate
string
- id
integer
- measurements
string
- measurementsEsQuery
string
- name
string
- percentHash
string
- publishedStages
array
- items
string
- items
- startDate
string
- active
GameEndpointsModel
- GameEndpointsModel
object
- liveElasticSearch
string
- liveNosql
string
- previewElasticSearch
string
- previewNosql
string
- liveElasticSearch
GameModel
- GameModel
object
- @id
string
- name
string
- @id
GameRegionOptionDTO
- GameRegionOptionDTO
object
- regionCode
string
- regionName
string
- selected
boolean
- regionCode
GameRegionOptionsDTO
- GameRegionOptionsDTO
object
- locked
boolean
- options
array
- items GameRegionOptionDTO
- locked
GameSummaryModel
- GameSummaryModel
object
- logLevelData
array
- items
object
- items
- logLevelSummary
array
- items LogLevelSummaryModel
- message
string
- logLevelData
LogLevelSummaryModel
- LogLevelSummaryModel
object
- count
integer
- level
string
- count
ManageItemSummary
- ManageItemSummary
object
- name
string
- shortCode
string
- name
ManageQuery
- ManageQuery
object
- esRules
string
- name
string
- qbRules
string
- shortCode
string
- esRules
ManageResult
- ManageResult
object
- message
string
- message
ManageScreen
- ManageScreen
object
- groups
array
- items
string
- items
- name
string
- shortCode
string
- template
string
- groups
ManageSnapshot
- ManageSnapshot
object
- date
string
- description
string
- id
string
- published
boolean
- date
ManageSnippet
- ManageSnippet
object
- groups
array
- items
string
- items
- name
string
- script
string
- scriptData
string
- shortCode
string
- template
string
- groups
MessageModel
- MessageModel
object
- message
string
- message
PushNotificationTestModel
- PushNotificationTestModel
object
- customJson
string
- messageId
string
- pushId
string
- subtitle
string
- summary
string
- title
string
- customJson
PushNotificationTestSummaryListModel
- PushNotificationTestSummaryListModel
object
- summaries
array
- summaries
PushNotificationTestSummaryModel
- PushNotificationTestSummaryModel
object
- error
boolean
- outgoingMessageParts
object
- resultParts
object
- title
string
- error
RegionResult
- RegionResult
object
- message
string
- message
ScriptsDifferenceListModel
- ScriptsDifferenceListModel
object
- differences
array
- items ScriptsDifferenceModel
- differences
ScriptsDifferenceModel
- ScriptsDifferenceModel
object
- bind
string
- changeType
string
(values: NOCHANGE, ADDED, CHANGED, DELETED, IGNORED, CHANGED_CODE_INVALID, CHANGED_NAME_INVALID) - fileName
string
- script1
string
- script2
string
- type
string
- bind
SegmentQueryFilterConfigModel
- SegmentQueryFilterConfigModel
object
- customFilters
array
- items SegmentQueryFilterModel
- hiddenFilters
array
- items
string
- items
- customFilters
SegmentQueryFilterListModel
- SegmentQueryFilterListModel
object
- filters
array
- items SegmentQueryFilterModel
- filters
SegmentQueryFilterModel
- SegmentQueryFilterModel
object
- key
string
- name
string
- options
array
- items
object
- items
- type
string
- key
SnapshotCreationModel
- SnapshotCreationModel
object
- description
string
- description
SnapshotCreationSuccessModel
- SnapshotCreationSuccessModel
object
- targetGameApiKey
string
- targetGameApiKey
SnapshotModel
- SnapshotModel
object
- created
string
- createdBy
string
- description
string
- id
string
- indexProgress
object
- published
boolean
- status
string
- created
SnapshotScriptVersionListModel
- SnapshotScriptVersionListModel
object
- scriptVersions
array
- scriptVersions
SnapshotScriptVersionModel
- SnapshotScriptVersionModel
object
- cloudCodeVersion
integer
- createdDate
string
- description
string
- id
string
- live
boolean
- cloudCodeVersion
TestHarnessScenarioModel
- TestHarnessScenarioModel
object
- scenarioJson
object
- scenarioName
string
- scenarioJson