Server-Side Cloud Script - Get Cloud Script Versions
Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed.
POST https://titleId.playfabapi.com/Admin/GetCloudScriptVersions
Request Header
Name | Required | Type | Description |
---|---|---|---|
X-SecretKey | True |
string |
This API requires a title secret key, available to title admins, from PlayFab Game Manager. |
Responses
Name | Type | Description |
---|---|---|
200 OK | ||
400 Bad Request |
This is the outer wrapper for all responses with errors |
Security
X-SecretKey
This API requires a title secret key, available to title admins, from PlayFab Game Manager.
Type:
apiKey
In:
header
Definitions
Name | Description |
---|---|
Api |
The basic wrapper around every failed API response |
Cloud |
|
Get |
|
Get |
ApiErrorWrapper
The basic wrapper around every failed API response
Name | Type | Description |
---|---|---|
code |
integer |
Numerical HTTP code |
error |
string |
Playfab error code |
errorCode |
integer |
Numerical PlayFab error code |
errorDetails |
object |
Detailed description of individual issues with the request object |
errorMessage |
string |
Description for the PlayFab errorCode |
status |
string |
String HTTP code |
CloudScriptVersionStatus
Name | Type | Description |
---|---|---|
LatestRevision |
number |
Most recent revision for this Cloud Script version |
PublishedRevision |
number |
Published code revision for this Cloud Script version |
Version |
number |
Version number |
GetCloudScriptVersionsRequest
GetCloudScriptVersionsResult
Name | Type | Description |
---|---|---|
Versions |
List of versions |